Skip to content

Commit

Permalink
removeme: force print stats
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Sep 23, 2024
1 parent e997d20 commit ce77ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test/03_test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ bash -c "cmake -S $BASE_ROOT_DIR $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( (cat $
bash -c "cmake --build . $MAKEJOBS --target all $GOAL" || ( echo "Build failure. Verbose build follows." && cmake --build . --target all "$GOAL" --verbose ; false )

bash -c "${PRINT_CCACHE_STATISTICS}"
bash -c "ccache -s"
du -sh "${DEPENDS_DIR}"/*/
du -sh "${PREVIOUS_RELEASES_DIR}"

Expand Down

0 comments on commit ce77ad6

Please sign in to comment.