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

fixed #64

parent 81c8e15b
No related branches found
No related tags found
1 merge request!67Resolve "Tweak singularity container deploy"
......@@ -94,12 +94,13 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror \
&& spack clean -a
## Update the local build cache if needed. Consists of 3 steps:
## 1. Remove the B010 network buildcache
## 1. Remove the B010 network buildcache (silicon)
## 2. Get a list of all packages, and compare with what is already on
## the buildcache (using package hash)
## 3. Add packages that need to be added to buildcache if any
RUN --mount=type=cache,target=/var/cache/spack-mirror \
spack buildcache list --allarch --long \
spack mirror remove silicon \
&& spack buildcache list --allarch --long \
| grep -v -e '---' \
| sed "s/@.\+//" \
| sort > tmp.buildcache.txt \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment