cirrus/gh: add --enable-new-features on two CI test cases

This commit is contained in:
Xavier Delaruelle
2024-06-29 14:10:31 +02:00
parent 6a67b2d01b
commit 355e8f263b
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ task:
apt-get update
apt-get install -y powershell
configure_script:
- ./configure --with-tclsh=tclsh8.6 --prefix /tmp/modules --with-tcl=/usr/lib/tcl8.6 --enable-append-manpath --enable-append-binpath --with-bin-search-path=/usr/bin:/bin --enable-silent-shell-debug-support --enable-windows-support --with-loadedmodules=null:dot --enable-quarantine-support --with-quarantine-vars=LD_LIBRARY_PATH --with-dark-background-colors='hi=1:se=2:er=91:wa=93:mp=1;94:di=94:al=96:sy=95' --enable-foo FOO=bar
- ./configure --with-tclsh=tclsh8.6 --prefix /tmp/modules --with-tcl=/usr/lib/tcl8.6 --enable-append-manpath --enable-append-binpath --with-bin-search-path=/usr/bin:/bin --enable-silent-shell-debug-support --enable-windows-support --with-loadedmodules=null:dot --enable-quarantine-support --with-quarantine-vars=LD_LIBRARY_PATH --enable-new-features --with-dark-background-colors='hi=1:se=2:er=91:wa=93:mp=1;94:di=94:al=96:sy=95' --enable-foo FOO=bar
<< : *BUILD_INSTALL_TEST_TEMPLATE
<< : *ARTIFACTS_TEMPLATE

View File

@@ -196,7 +196,7 @@ jobs:
tcl86:
runs-on: ubuntu-20.04
env:
CONFIGURE_OPTS: --with-tclsh=tclsh8.6 --prefix=/tmp/modules --libdir=/tmp/modules/lib64 --enable-multilib-support
CONFIGURE_OPTS: --with-tclsh=tclsh8.6 --prefix=/tmp/modules --libdir=/tmp/modules/lib64 --enable-multilib-support --enable-new-features
COVERAGE: y
COVERAGE_OLDTCL: y
COVERAGE_MULTILIB: y