You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/test/00_setup_env_native_valgrind.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ export USE_VALGRIND=1
11
11
export NO_DEPENDS=1
12
12
export TEST_RUNNER_EXTRA="--exclude rpc_bind --timeout-factor=4"# Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
13
13
export GOAL="install"
14
-
export BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no --enable-suppress-external-warnings CC=clang-16 CXX=clang++-16"# TODO enable GUI
14
+
export BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no --enable-suppress-external-warnings CC=clang-18 CXX=clang++-18"# TODO enable GUI
0 commit comments