Skip to content
Snippets Groups Projects
Commit e2412266 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: ccache zero-stats on show-stats

parent 75c2d06b
No related branches found
No related tags found
1 merge request!711feat: ccache zero-stats on show-stats
...@@ -119,7 +119,8 @@ RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \ ...@@ -119,7 +119,8 @@ RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \
&& make --jobs ${jobs} --keep-going --directory /opt/spack-environment \ && make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \ SPACK_ENV=${SPACK_ENV} \
BUILDCACHE_MIRROR="local eics3rw" \ BUILDCACHE_MIRROR="local eics3rw" \
&& ccache --show-stats && ccache --show-stats \
&& ccache --zero-stats
## Create view at /usr/local ## Create view at /usr/local
RUN --mount=type=cache,target=/var/cache/spack \ RUN --mount=type=cache,target=/var/cache/spack \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment