Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b258ceb

Browse files
committed
pg_upgrade: Disable installcheck
Disabled for now because some build farm members with low resources are not prepared to handle it.
1 parent 80ac853 commit b258ceb

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)