From ef2221affa3fce9aa11871e88e99a2da690ba508 Mon Sep 17 00:00:00 2001 From: Yanwen Jin Date: Tue, 8 Feb 2022 11:27:06 -0800 Subject: [PATCH] Test on ci for rpath --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5d5e4a02..8a92b8001 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,8 @@ install-columnar: $(MAKE) -C src/backend/columnar install install-extension: extension install-columnar $(MAKE) -C src/backend/distributed/ install + ldd /usr/lib/postgresql/13/lib/citus.so + readelf -d /usr/lib/postgresql/13/lib/citus.so install-headers: extension $(MKDIR_P) '$(DESTDIR)$(includedir_server)/distributed/' # generated headers are located in the build directory @@ -45,7 +47,8 @@ install-downgrades: $(MAKE) -C src/backend/distributed/ install-downgrades install-all: install-headers $(MAKE) -C src/backend/distributed/ install-all - + ldd /usr/lib/postgresql/13/lib/citus.so + readelf -d /usr/lib/postgresql/13/lib/citus.so clean: clean-extension # apply or check style