From 332a687aefb014c2e3d711ae86f9cf993967423e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 21 Oct 2023 10:35:07 -0400 Subject: [PATCH] Commentary --- ci/ci-ccache-maint.bash | 1 + ci/ci-script.bash | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ci/ci-ccache-maint.bash b/ci/ci-ccache-maint.bash index 0c0cf00e6..ee0195a8d 100755 --- a/ci/ci-ccache-maint.bash +++ b/ci/ci-ccache-maint.bash @@ -26,4 +26,5 @@ if git log --format=%B -n 1 "$COMMIT" | grep -q -i '\[CI\s\+ccache\s\+clear\]'; fi # Dump stats, then zero stats +# 22.04: ccache -s -v -z ccache -s -z diff --git a/ci/ci-script.bash b/ci/ci-script.bash index 225c9b50c..1ce2da5e5 100755 --- a/ci/ci-script.bash +++ b/ci/ci-script.bash @@ -49,6 +49,7 @@ if [ "$CI_BUILD_STAGE_NAME" = "build" ]; then ./configure --enable-longtests --enable-ccwarn ${CI_M32:+--enable-m32} ccache -z "$MAKE" -j "$NPROC" -k + # 22.04: ccache -s -v ccache -s if [ "$CI_OS_NAME" = "osx" ]; then file bin/verilator_bin @@ -180,6 +181,7 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then fatal "Unknown test: $TESTS" ;; esac + # 22.04: ccache -s -v ccache -s # Upload coverage data