From 2c46336ce6854074c02955e386c7ae62544f80f7 Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Fri, 14 Oct 2022 13:29:01 +0200 Subject: [PATCH] ci: configure experimental jobs explicitly --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a95aad5e5..2d86789e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: check-security: true check-symbols: false dep-opts: "NO_QT=1" - config-opts: "--with-armv8-crypto --enable-zmq --enable-glibc-back-compat LDFLAGS=-static-libstdc++" + config-opts: "--enable-experimental --with-armv8-crypto --enable-zmq --enable-glibc-back-compat LDFLAGS=-static-libstdc++" goal: install - name: aarch64-linux-sha512-experimental host: aarch64-linux-gnu @@ -90,7 +90,7 @@ jobs: check-security: true check-symbols: false dep-opts: "NO_QT=1" - config-opts: "--with-armv82-crypto --enable-zmq --enable-glibc-back-compat LDFLAGS=-static-libstdc++" + config-opts: "--enable-experimental --with-armv82-crypto --enable-zmq --enable-glibc-back-compat LDFLAGS=-static-libstdc++" goal: install - name: aarch64-linux host: aarch64-linux-gnu @@ -182,7 +182,7 @@ jobs: check-security: true check-symbols: false dep-opts: "AVX2=1 MINGW=1" - config-opts: "--enable-scrypt-sse2 --with-intel-avx2 --with-gui=qt5" + config-opts: "--enable-experimental --enable-scrypt-sse2 --with-intel-avx2 --with-gui=qt5" goal: install - name: x86_64-macos host: x86_64-apple-darwin11 @@ -206,7 +206,7 @@ jobs: qa/pull-tester/install-deps.sh qa/pull-tester/rpc-tests.py --coverage dep-opts: "AVX2=1" - config-opts: "--enable-scrypt-sse2 --with-intel-avx2 --with-gui=qt5 --enable-zmq --enable-glibc-back-compat --enable-reduce-exports" + config-opts: "--enable-experimental --enable-scrypt-sse2 --with-intel-avx2 --with-gui=qt5 --enable-zmq --enable-glibc-back-compat --enable-reduce-exports" goal: install runs-on: ${{ matrix.os }}