Skip to content

Commit

Permalink
[sanitizer] Change only default ccache size
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Sep 30, 2022
1 parent ee9640f commit c1fe969
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
Expand Up @@ -25,8 +25,10 @@ done
USE_CCACHE=
if ccache -s ; then
USE_CCACHE="-DLLVM_CCACHE_BUILD=ON"
ccache -M 20G
ccache -o compression=true
if [[ ccache -p | grep "default.*max_size" ]] ; then
ccache -M 20G
ccache -o compression=true
fi
fi

# Always clobber bootstrap build trees.
Expand Down

0 comments on commit c1fe969

Please sign in to comment.