mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03: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:
@ -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/
|
||||
|
Reference in New Issue
Block a user