We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bf547 commit fa6986aCopy full SHA for fa6986a
ci/test/06_script_b.sh
@@ -75,7 +75,12 @@ if [ "${RUN_TIDY}" = "true" ]; then
75
" src/util/syserror.cpp"\
76
" src/util/threadinterrupt.cpp"\
77
" src/zmq"\
78
- " -p . ${MAKEJOBS} -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"
+ " -p . ${MAKEJOBS}"\
79
+ " -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"\
80
+ " |& tee /tmp/iwyu_ci.out"
81
+ export P_CI_DIR="${BASE_ROOT_DIR}/src"
82
+ CI_EXEC "python3 ${DIR_IWYU}/include-what-you-use/fix_includes.py --nosafe_headers < /tmp/iwyu_ci.out"
83
+ CI_EXEC "git --no-pager diff"
84
fi
85
86
if [ "$RUN_SECURITY_TESTS" = "true" ]; then
0 commit comments