Skip to content

Commit 2da1aba

Browse files
committed
Revert "try something to fix the build cache misses"
This reverts commit 49a7348.
1 parent 49a7348 commit 2da1aba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

outputs/init_spack.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
if [ ! -d ~/spack ]; then
4-
git clone --quiet --branch="$tutorial_branch" --depth=100 https://github.com/spack/spack ~/spack
5-
git clone --quiet https://github.com/spack/spack-packages ~/spack-packages
6-
(cd ~/spack-packages || exit; git checkout -d "$packages_release")
4+
git clone --quiet "--branch=$tutorial_branch" --depth=100 https://github.com/spack/spack ~/spack
75
fi
86

97
cd ~/spack || exit
108
. share/spack/setup-env.sh
11-
spack repo set --destination ~/spack-packages --scope defaults builtin
129
# spack tutorial -y
1310
spack bootstrap now

0 commit comments

Comments
 (0)