Skip to content
Snippets Groups Projects
Commit d3d26eca authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Nuke the cache

parent d87e9746
No related branches found
No related tags found
1 merge request!136Nuke the cache
......@@ -98,8 +98,8 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror \
## Nuke the buildcache
## This is useful when going to completely different containers,
## or intermittently to keep the buildcache step from taking too much time
#RUN --mount=type=cache,target=/var/cache/spack-mirror \
#rm -rf /var/cache/spack-mirror/*
RUN --mount=type=cache,target=/var/cache/spack-mirror \
rm -rf /var/cache/spack-mirror/*
## Update the local build cache if needed. Consists of 3 steps:
## 1. Remove the B010 network buildcache (silicon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment