Include lsm3 in docker file

This commit is contained in:
Konstantin Knizhnik
2025-03-14 12:05:05 +02:00
parent fedb42dcb6
commit f9377472d7
2 changed files with 6 additions and 0 deletions

View File

@@ -213,6 +213,9 @@ neon-pg-ext-%: postgres-%
.PHONY: neon-pg-clean-ext-%
neon-pg-clean-ext-%:
$(MAKE) PG_CONFIG=$(POSTGRES_INSTALL_DIR)/$*/bin/pg_config \
-C $(POSTGRES_INSTALL_DIR)/build/lsm3-$* \
-f $(ROOT_PROJECT_DIR)/pgxn/lsm3/Makefile clean
$(MAKE) PG_CONFIG=$(POSTGRES_INSTALL_DIR)/$*/bin/pg_config \
-C $(POSTGRES_INSTALL_DIR)/build/neon-$* \
-f $(ROOT_PROJECT_DIR)/pgxn/neon/Makefile clean

View File

@@ -1607,6 +1607,9 @@ RUN make -j $(getconf _NPROCESSORS_ONLN) \
make -j $(getconf _NPROCESSORS_ONLN) \
-C pgxn/neon_test_utils \
-s install && \
make -j $(getconf _NPROCESSORS_ONLN) \
-C pgxn/lsm3 \
-s install && \
make -j $(getconf _NPROCESSORS_ONLN) \
-C pgxn/neon_rmgr \
-s install