Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb258ceb

Browse files
committed
pg_upgrade: Disable installcheck
Disabled for now because some build farm members with low resourcesare not prepared to handle it.
1 parent80ac853 commitb258ceb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎contrib/pg_upgrade/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ endif
2525
check: test.sh
2626
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir)$(SHELL)$< --install
2727

28-
installcheck: test.sh
29-
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir)$(SHELL)$<
28+
# disabled because it upsets the build farm
29+
#installcheck: test.sh
30+
#MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
3031

3132
EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp