Skip to content

Commit

Permalink
merge bitcoin#27012: Print iwyu patch in git diff format
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Feb 14, 2025
1 parent 2980992 commit 5647652
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/dash/build_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ if [ "${RUN_TIDY}" = "true" ]; then
iwyu_tool.py \
"src/compat" \
"src/init" \
-p . "${MAKEJOBS}" -- -Xiwyu --cxx17ns -Xiwyu --mapping_file="${BASE_ROOT_DIR}/contrib/devtools/iwyu/bitcoin.core.imp"
-p . "${MAKEJOBS}" \
-- -Xiwyu --cxx17ns -Xiwyu --mapping_file="${BASE_ROOT_DIR}/contrib/devtools/iwyu/bitcoin.core.imp" \
|& tee "/tmp/iwyu_ci.out"
cd src
fix_includes.py --nosafe_headers < /tmp/iwyu_ci.out
git --no-pager diff
fi

if [ "$RUN_SECURITY_TESTS" = "true" ]; then
Expand Down

0 comments on commit 5647652

Please sign in to comment.