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:
commit
8664e13ca9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue