Skip to content

Commit 6f5954a

Browse files
committed
ci: Drop no longer needed -I flag in "tidy" task
1 parent 67c0d93 commit 6f5954a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_native_tidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export RUN_FUNCTIONAL_TESTS=false
1616
export RUN_FUZZ_TESTS=false
1717
export RUN_TIDY=true
1818
export GOAL="install"
19-
export BITCOIN_CONFIG="CC=clang-${TIDY_LLVM_V} CXX=clang++-${TIDY_LLVM_V} --with-incompatible-bdb --disable-hardening CFLAGS='-O0 -g0' CXXFLAGS='-O0 -g0 -I/usr/lib/llvm-${TIDY_LLVM_V}/lib/clang/${TIDY_LLVM_V}/include'"
19+
export BITCOIN_CONFIG="CC=clang-${TIDY_LLVM_V} CXX=clang++-${TIDY_LLVM_V} --with-incompatible-bdb --disable-hardening CFLAGS='-O0 -g0' CXXFLAGS='-O0 -g0'"
2020
export CCACHE_MAXSIZE=200M

0 commit comments

Comments
 (0)