Skip to content

Commit c961ead

Browse files
jaelynlitzCameron Rutherford
and
Cameron Rutherford
authored
exclude fetching exago for spack mirror [deception-rebuild]
Co-authored-by: Cameron Rutherford <[email protected]>
1 parent 98fbadf commit c961ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildsystem/spack/binary_mirror.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPACK_MIRROR="${SPACK_MIRROR:?SPACK_MIRROR is unset. Please use the load_spack s
55
spack -e $SPACKENV develop --path=$(pwd) exago@develop &&
66
spack -e $SPACKENV bootstrap now &&
77
spack -e $SPACKENV concretize -f &&
8-
(spack -e $SPACKENV mirror create -a --directory $SPACK_MIRROR || true) &&
8+
spack -e $SPACKENV mirror create -a --exclude-specs exago@develop --directory $SPACK_MIRROR &&
99
spack -e $SPACKENV mirror add local file://$SPACK_MIRROR &&
1010
spack -e $SPACKENV mirror list
1111

0 commit comments

Comments
 (0)