Skip to content

Commit 7d34c19

Browse files
committed
ci: Drop ENABLE_HARDENING=OFF from clang-tidy
It's not clear why this was added in the first place, but it is not necessary currently. bitcoin/bitcoin#32038 (comment) bitcoin/bitcoin#24753.
1 parent 698f869 commit 7d34c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/test/00_setup_env_native_tidy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export RUN_TIDY=true
2020
export GOAL="install"
2121
export BITCOIN_CONFIG="\
2222
-DWITH_ZMQ=ON -DBUILD_GUI=ON -DBUILD_BENCH=ON -DWITH_USDT=ON -DWITH_BDB=ON -DWARN_INCOMPATIBLE_BDB=OFF \
23-
-DENABLE_HARDENING=OFF \
2423
-DCMAKE_C_COMPILER=clang-${TIDY_LLVM_V} \
2524
-DCMAKE_CXX_COMPILER=clang++-${TIDY_LLVM_V} \
2625
-DCMAKE_C_FLAGS_RELWITHDEBINFO='-O0 -g0' \

0 commit comments

Comments
 (0)