From e237aefc6249bf34aff232aec7805abe26fe80d0 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Fri, 27 Dec 2024 12:44:38 +0100 Subject: [PATCH] test --- ci/setup_ccache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup_ccache.sh b/ci/setup_ccache.sh index ae5fa74b..70f563c0 100755 --- a/ci/setup_ccache.sh +++ b/ci/setup_ccache.sh @@ -42,7 +42,7 @@ ccache --version # This also sets the default values echo "Using cache directory of size ${B2_CCACHE_SIZE:=500M} at '${B2_CCACHE_DIR:=$HOME/.ccache}'" -if ! ccache -z &> /dev/null; then +if false ; then # ! ccache -z &> /dev/null; then print_on_gha "::warning title=CCache::Possible cache corruption detected!" # Might happen if the cache got corrupted echo "Clearing possibly corrupted CCache directory"