Merge pull request #153 from davidmonterocrespo24/ccache-bump-cap

perf(ccache): bump cap 2G → 8G — cache was evicting before hits accum…
This commit is contained in:
David Montero Crespo 2026-05-09 12:02:01 -03:00 committed by GitHub
commit 8664e13ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ ENV IDF_CCACHE_ENABLE=1
# embed absolute paths into the command line.
ENV CCACHE_BASEDIR=/var/lib/velxio-build
RUN mkdir -p /var/cache/ccache \
&& ccache --max-size=2G \
&& ccache --max-size=8G \
&& ccache --set-config=compression=true \
&& ccache --set-config=compression_level=6