Skip to content
Snippets Groups Projects

chore: spack-0.20.0

Merged Wouter Deconinck requested to merge spack-0.20.0 into master
Compare and Show latest version
4 files
+ 39
36
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -64,7 +64,7 @@ RUN declare -A target=( \
## Setup spack buildcache mirrors
RUN --mount=type=cache,target=/var/cache/spack-mirror \
spack mirror add spack-mirror /var/cache/spack-mirror \
&& spack buildcache update-index -m spack-mirror \
&& spack buildcache update-index spack-mirror \
&& spack mirror list
## Setup eic-spack buildcache mirrors
Loading