aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_asan.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-12-29 18:39:00 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-12-29 18:39:00 +0000
commitafc60524305669b54ffa8857e3c053c6db6375f8 (patch)
treeb647b840d5e6963f3294e62a37aa057242ad93e1 /ci/test/00_setup_env_native_asan.sh
parent3b6e0f0345a5e7b437881f651d9b4e0881f7fd5e (diff)
downloadbitcoin-afc60524305669b54ffa8857e3c053c6db6375f8.tar.xz
ci: Move `--enable-c++20` from "tidy" task back to "ASan..." one
This change reverts cc7335edc87c6ef34429b4df94f53973db520aac partially. C++20 has introduced some new headers, and it is premature to consider them when using the IWYU tool.
Diffstat (limited to 'ci/test/00_setup_env_native_asan.sh')
-rwxr-xr-xci/test/00_setup_env_native_asan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_asan.sh b/ci/test/00_setup_env_native_asan.sh
index 7f3421269c..66bbdb8cb5 100755
--- a/ci/test/00_setup_env_native_asan.sh
+++ b/ci/test/00_setup_env_native_asan.sh
@@ -23,4 +23,4 @@ export PACKAGES="systemtap-sdt-dev clang llvm python3-zmq qtbase5-dev qttools5-d
export DOCKER_NAME_TAG=ubuntu:22.04
export NO_DEPENDS=1
export GOAL="install"
-export BITCOIN_CONFIG="--enable-usdt --enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' --with-sanitizers=address,integer,undefined CC=clang CXX=clang++"
+export BITCOIN_CONFIG="--enable-c++20 --enable-usdt --enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' --with-sanitizers=address,integer,undefined CC=clang CXX=clang++"