We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ec923 commit fa07953Copy full SHA for fa07953
ci/test/00_setup_env_native_centos.sh
@@ -10,6 +10,11 @@ export CONTAINER_NAME=ci_native_centos
10
export CI_IMAGE_NAME_TAG="quay.io/centos/centos:stream10"
11
export CI_BASE_PACKAGES="gcc-c++ glibc-devel libstdc++-devel ccache make ninja-build git python3 python3-pip which patch xz procps-ng ksh rsync coreutils bison e2fsprogs cmake"
12
export PIP_PACKAGES="pyzmq"
13
-export DEP_OPTS="DEBUG=1"
14
export GOAL="install"
15
-export BITCOIN_CONFIG="-DWITH_ZMQ=ON -DBUILD_GUI=ON -DREDUCE_EXPORTS=ON -DCMAKE_BUILD_TYPE=Debug"
+export BITCOIN_CONFIG="\
+ -DWITH_ZMQ=ON \
16
+ -DBUILD_GUI=ON \
17
+ -DREDUCE_EXPORTS=ON \
18
+ -DAPPEND_CPPFLAGS='-D_GLIBCXX_ASSERTIONS' \
19
+ -DCMAKE_BUILD_TYPE=Debug \
20
+"
0 commit comments