aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-10-25 19:27:54 +0100
committerfanquake <fanquake@gmail.com>2023-12-21 09:37:32 +0000
commit5ddd7c65b415629d4b57fb238d5fd39b049ccf79 (patch)
treebb3b5418509019c4f842b4355a490f04e75d527e /ci
parent7524fcff8625f0197be6cf84df285c39fcd5d6b6 (diff)
build: Bump `native_clang` up to 17.0.6
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_mac.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac.sh
index 1651c5ec26..9e71da7b82 100755
--- a/ci/test/00_setup_env_mac.sh
+++ b/ci/test/00_setup_env_mac.sh
@@ -17,7 +17,4 @@ export XCODE_BUILD_ID=15A240d
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"
-
-# False-positive warning is fixed with clang 17, remove this when that version
-# can be used.
-export BITCOIN_CONFIG="--with-gui --enable-reduce-exports LDFLAGS=-Wno-error=unused-command-line-argument"
+export BITCOIN_CONFIG="--with-gui --enable-reduce-exports"