Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 27, 2024
1 parent 88e79a6 commit e237aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup_ccache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e237aef

Please sign in to comment.