提交 35c4addb 编写于 作者: D David Kimura

Add installcheck-world target to zstd gpcontrib module

Co-authored-by: NJesse Zhang <sbjesse@gmail.com>
上级 3dc4b156
......@@ -30,6 +30,7 @@ function install_system_deps() {
htop
perl-Env
perl-ExtUtils-Embed
libzstd-devel
libxml2-devel
libxslt-devel
libffi-devel "
......@@ -47,7 +48,7 @@ function build_gpdb() {
pushd gpdb_src
source /opt/gcc_env.sh
CC=$(which gcc) CXX=$(which g++) ./configure --enable-mapreduce --with-perl --with-libxml \
--disable-orca --with-python --disable-gpfdist --prefix=${GREENPLUM_INSTALL_DIR}
--disable-orca --with-python --disable-gpfdist --with-zstd --prefix=${GREENPLUM_INSTALL_DIR}
# Use -j4 to speed up the build. (Doesn't seem worth trying to guess a better
# value based on number of CPUs or anything like that. Going above -j4 wouldn't
# make it much faster, and -j4 is small enough to not hurt too badly even on
......
......@@ -86,6 +86,9 @@ installcheck:
if [ "$(enable_mapreduce)" = "yes" ]; then \
$(MAKE) -C gpmapreduce installcheck; \
fi
ifeq "$(with_zstd)" "yes"
$(MAKE) -C zstd installcheck
endif
if [ -d "$(ext_dir)" ]; then \
PATH=$(INSTLOC)/bin:$(PATH) $(MAKE) -C gphdfs installcheck USE_PGXS=1 ; \
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册