Skip to content

Commit 077376c

Browse files
committed
ci: Treat IWYU violations as errors
1 parent db0851e commit 077376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/06_script_b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
7272
" src/util/syserror.cpp"\
7373
" src/util/threadinterrupt.cpp"\
7474
" src/zmq"\
75-
" -p . ${MAKEJOBS} -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"
75+
" -p . ${MAKEJOBS} -- -Xiwyu --error -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"
7676
fi
7777

7878
if [ "$RUN_SECURITY_TESTS" = "true" ]; then

0 commit comments

Comments
 (0)