diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-10-26 14:10:15 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-10-26 14:18:50 +0100 |
commit | faf58ab139949ca35b33217d010b350c9a59c61d (patch) | |
tree | 5f8e5e07ff6eb7eea3aa7a7442c946ee5d5eb199 /ci/test/00_setup_env_native_qt5.sh | |
parent | d67883d01e507dd22d1281f4a4860e79d6a46a47 (diff) |
ci: Add --with-libs=no to one ci config
Diffstat (limited to 'ci/test/00_setup_env_native_qt5.sh')
-rw-r--r-- | ci/test/00_setup_env_native_qt5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_qt5.sh b/ci/test/00_setup_env_native_qt5.sh index 6f2e39429c..8668662299 100644 --- a/ci/test/00_setup_env_native_qt5.sh +++ b/ci/test/00_setup_env_native_qt5.sh @@ -16,4 +16,4 @@ export RUN_UNIT_TESTS_SEQUENTIAL="true" export RUN_UNIT_TESTS="false" export GOAL="install" export PREVIOUS_RELEASES_TO_DOWNLOAD="v0.15.2 v0.16.3 v0.17.2 v0.18.1 v0.19.1" -export BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-c++17 --enable-debug CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\" --with-boost-process" +export BITCOIN_CONFIG="--enable-zmq --with-libs=no --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-c++17 --enable-debug CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\" --with-boost-process" |