Skip to content

Commit 2f7a50f

Browse files
committed
Merge bitcoin/bitcoin#33462: ci: add libcpp hardening flags to macOS fuzz job
e4c04f7 ci: add libcpp hardening flags to macOS fuzz job (fanquake) Pull request description: Follows up to bitcoin/bitcoin#33425 (comment). ACKs for top commit: maflcko: lgtm ACK e4c04f7. The qa-assets repo has a libc++ debug run, so this isn't required, but it seems fast enough to not hurt. Tree-SHA512: 6c0dc90528ca867df49027eebf2d1c417a7395f9f94779076ace48e3e4b21771e7d99e8b3ed75ca56da87153418a446075429aa6b9ec5cd4b6b8cb5b0c25c1d7
2 parents 48aa0e9 + e4c04f7 commit 2f7a50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_mac_native_fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME="ci_mac_native_fuzz" # macos does not use a container, but the env var is needed for logging
1010
export CMAKE_GENERATOR="Ninja"
11-
export BITCOIN_CONFIG="-DBUILD_FOR_FUZZING=ON -DCMAKE_EXE_LINKER_FLAGS='-Wl,-stack_size -Wl,0x80000'"
11+
export BITCOIN_CONFIG="-DBUILD_FOR_FUZZING=ON -DCMAKE_EXE_LINKER_FLAGS='-Wl,-stack_size -Wl,0x80000' -DAPPEND_CPPFLAGS='-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG'"
1212
export CI_OS_NAME="macos"
1313
export NO_DEPENDS=1
1414
export OSX_SDK=""

0 commit comments

Comments
 (0)