提交 5e918bf6 编写于 作者: A Adam Berlin 提交者: Adam Berlin

Enable OpenSSL on the PR pipeline.

上级 40028cf4
......@@ -38,6 +38,7 @@ function build_gpdb() {
--with-perl \
--with-libxml \
--with-python \
--with-openssl \
--enable-debug-extensions \
--with-libraries=${CWD}/depends/build/lib \
--with-includes=${CWD}/depends/build/include \
......
......@@ -53,6 +53,7 @@ def configure():
"--with-perl",
"--with-libxml",
"--with-python",
"--with-openssl",
# TODO: remove this flag after zstd is vendored in the installer for ubuntu
"--without-zstd",
"--with-libs=/usr/local/gpdb/lib",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册