From 5e8921b6eadb8b571cf2f95fceba7b5923a8f42a Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 16 Apr 2024 01:43:58 +0700 Subject: [PATCH] fix ci/test/00_setup_env_native_cxx20.sh - there's no more enable-c++20 because that's a default option --- ci/test/00_setup_env_native_cxx20.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/00_setup_env_native_cxx20.sh b/ci/test/00_setup_env_native_cxx20.sh index 422da6b4ca401..e6178340e4854 100755 --- a/ci/test/00_setup_env_native_cxx20.sh +++ b/ci/test/00_setup_env_native_cxx20.sh @@ -13,5 +13,5 @@ export CPPFLAGS="-DDEBUG_LOCKORDER -DARENA_DEBUG" export PYZMQ=true export RUN_FUNCTIONAL_TESTS=false export GOAL="install" -export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --enable-crash-hooks --enable-c++20" +export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --enable-crash-hooks"