Skip to content

Commit

Permalink
fix ci/test/00_setup_env_native_cxx20.sh - there's no more enable-c++…
Browse files Browse the repository at this point in the history
…20 because that's a default option
  • Loading branch information
knst committed Apr 15, 2024
1 parent ebc5695 commit 5e8921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_native_cxx20.sh
Expand Up @@ -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"

0 comments on commit 5e8921b

Please sign in to comment.