ci: Re-enable DEBUG=1 in centos task

This reverts the workaround in commit fa079538e3, as it is no longer needed.
This commit is contained in:
MarcoFalke 2025-08-01 17:14:03 +01:00 committed by Hennadii Stepanov
parent a7bafb3e05
commit c7a24c3052
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 1 additions and 1 deletions

View File

@ -10,11 +10,11 @@ export CONTAINER_NAME=ci_native_centos
export CI_IMAGE_NAME_TAG="quay.io/centos/centos:stream10"
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"
export PIP_PACKAGES="pyzmq"
export DEP_OPTS="DEBUG=1"
export GOAL="install"
export BITCOIN_CONFIG="\
-DWITH_ZMQ=ON \
-DBUILD_GUI=ON \
-DREDUCE_EXPORTS=ON \
-DAPPEND_CPPFLAGS='-D_GLIBCXX_ASSERTIONS' \
-DCMAKE_BUILD_TYPE=Debug \
"