We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fbadf commit c961eadCopy full SHA for c961ead
buildsystem/spack/binary_mirror.sh
@@ -5,7 +5,7 @@ SPACK_MIRROR="${SPACK_MIRROR:?SPACK_MIRROR is unset. Please use the load_spack s
5
spack -e $SPACKENV develop --path=$(pwd) exago@develop &&
6
spack -e $SPACKENV bootstrap now &&
7
spack -e $SPACKENV concretize -f &&
8
-(spack -e $SPACKENV mirror create -a --directory $SPACK_MIRROR || true) &&
+spack -e $SPACKENV mirror create -a --exclude-specs exago@develop --directory $SPACK_MIRROR &&
9
spack -e $SPACKENV mirror add local file://$SPACK_MIRROR &&
10
spack -e $SPACKENV mirror list
11
0 commit comments