Skip to content

Commit fa07953

Browse files
author
MarcoFalke
committed
ci: Downgrade DEBUG=1 to -D_GLIBCXX_ASSERTIONS in centos task
to work around bitcoin/bitcoin#32524 (comment)
1 parent 87ec923 commit fa07953

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ci/test/00_setup_env_native_centos.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ export CONTAINER_NAME=ci_native_centos
1010
export CI_IMAGE_NAME_TAG="quay.io/centos/centos:stream10"
1111
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"
1212
export PIP_PACKAGES="pyzmq"
13-
export DEP_OPTS="DEBUG=1"
1413
export GOAL="install"
15-
export BITCOIN_CONFIG="-DWITH_ZMQ=ON -DBUILD_GUI=ON -DREDUCE_EXPORTS=ON -DCMAKE_BUILD_TYPE=Debug"
14+
export BITCOIN_CONFIG="\
15+
-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

Comments
 (0)