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
This commit is part of merge request !595. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment