Skip to content

Commit 2df824f

Browse files
committed
Merge bitcoin/bitcoin#32586: ci: Downgrade DEBUG=1 to -D_GLIBCXX_ASSERTIONS in centos task
fa07953 ci: Downgrade DEBUG=1 to -D_GLIBCXX_ASSERTIONS in centos task (MarcoFalke) Pull request description: to work around bitcoin/bitcoin#32524 (comment) closes #32524 ACKs for top commit: laanwj: ACK fa07953 fanquake: ACK fa07953 - we can followup Tree-SHA512: 2d8b914c7390bbf22d8b2eb906bd2a363f92e1954646677a010b15721fca0887d5987a0af932fd0013f5c1b35c0a80c67579004a0cf635916954331c80c7bef0
2 parents 0a8ab55 + fa07953 commit 2df824f

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)