From ce77ad63896929ae682e593e392efa48b0e5ff7a Mon Sep 17 00:00:00 2001 From: willcl-ark Date: Mon, 23 Sep 2024 12:24:36 +0100 Subject: [PATCH] removeme: force print stats --- ci/test/03_test_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index 1c1b5fa545b0cb..dd0385c4ad3744 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -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}"