Skip to content

Commit 68e4393

Browse files
author
liushengsong
committed
fix: fix configure params
1 parent 44d0e97 commit 68e4393

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/pg16-merge-validation.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,7 @@ jobs:
340340
echo " --enable-cassert"
341341
echo " --enable-debug-extensions"
342342
echo " --with-perl --with-python --with-libxml --with-openssl"
343-
echo " --without-zstd"
344-
echo " --disable-gpcloud --disable-orca --disable-gpfdist"
343+
echo " --disable-gpcloud"
345344
echo " --with-pythonsrc-ext"
346345
echo " --with-gssapi"
347346
echo ""
@@ -358,11 +357,8 @@ jobs:
358357
--with-python \
359358
--with-libxml \
360359
--with-openssl \
361-
--without-zstd \
362360
--enable-debug-extensions \
363361
--disable-gpcloud \
364-
--disable-orca \
365-
--disable-gpfdist \
366362
--with-pythonsrc-ext \
367363
--with-gssapi \
368364
--without-icu
@@ -633,11 +629,8 @@ jobs:
633629
--with-python \
634630
--with-libxml \
635631
--with-openssl \
636-
--without-zstd \
637632
--enable-debug-extensions \
638633
--disable-gpcloud \
639-
--disable-orca \
640-
--disable-gpfdist \
641634
--with-pythonsrc-ext \
642635
--with-gssapi \
643636
--without-icu

0 commit comments

Comments
 (0)