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

fix: build cache update index positional

parent bd589cc3
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ RUN declare -A target=( \ ...@@ -64,7 +64,7 @@ RUN declare -A target=( \
## Setup spack buildcache mirrors ## Setup spack buildcache mirrors
RUN --mount=type=cache,target=/var/cache/spack-mirror \ RUN --mount=type=cache,target=/var/cache/spack-mirror \
spack mirror add spack-mirror /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 && spack mirror list
## Setup eic-spack buildcache mirrors ## Setup eic-spack buildcache mirrors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment