mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
pg_upgrade: Disable installcheck
Disabled for now because some build farm members with low resources are not prepared to handle it.
This commit is contained in:
parent
80ac853f05
commit
b258ceb3ad
1 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,8 @@ endif
|
|||
check: test.sh
|
||||
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $< --install
|
||||
|
||||
installcheck: test.sh
|
||||
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
|
||||
# disabled because it upsets the build farm
|
||||
#installcheck: test.sh
|
||||
# MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
|
||||
|
||||
EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/
|
||||
|
|
|
|||
Loading…
Reference in a new issue