Skip to content

Commit

Permalink
ci: Adjust 00_setup_env_i686_multiprocess.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 17, 2024
1 parent b548f5d commit df25a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test/00_setup_env_i686_multiprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export CI_IMAGE_NAME_TAG="docker.io/amd64/ubuntu:22.04"
export PACKAGES="llvm clang g++-multilib"
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
export GOAL="install"
export BITCOIN_CONFIG="--enable-debug CC='clang -m32' CXX='clang++ -m32' \
CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'"
export BITCOIN_CONFIG="-DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER='clang;-m32' -DCMAKE_CXX_COMPILER='clang++;-m32'"
export BITCOIN_CONFIG_ENV="CXXFLAGS=-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE"
export BITCOIND=bitcoin-node # Used in functional tests

0 comments on commit df25a93

Please sign in to comment.