mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
adding dblink to build-tools image for use in regression tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -166,6 +166,8 @@ postgres-%: postgres-configure-% \
|
||||
$(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/$*/contrib/amcheck install
|
||||
+@echo "Compiling test_decoding $*"
|
||||
$(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/$*/contrib/test_decoding install
|
||||
+@echo "Compiling dblink $*"
|
||||
$(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/$*/contrib/dblink install
|
||||
|
||||
.PHONY: postgres-clean-%
|
||||
postgres-clean-%:
|
||||
|
||||
@@ -144,6 +144,7 @@ RUN set -e \
|
||||
openssh-client \
|
||||
parallel \
|
||||
pkg-config \
|
||||
postgresql-contrib \
|
||||
unzip \
|
||||
wget \
|
||||
xz-utils \
|
||||
|
||||
Reference in New Issue
Block a user