diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-10-29 21:24:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 12:24:26 -0700 |
commit | 7e645f54c5d0ab78592436988576a0f2765e9fab (patch) | |
tree | 059b3e0aa1072c1cd73adb87ecc32317e37bd4b9 /.github/workflows/bootstrap-test.sh | |
parent | 29f1e8395c16831d2fe06cfa9aa8c49dc8cc96a6 (diff) | |
download | spack-7e645f54c5d0ab78592436988576a0f2765e9fab.tar.gz spack-7e645f54c5d0ab78592436988576a0f2765e9fab.tar.bz2 spack-7e645f54c5d0ab78592436988576a0f2765e9fab.tar.xz spack-7e645f54c5d0ab78592436988576a0f2765e9fab.zip |
Deprecate spack bootstrap trust/untrust (#33600)
* Deprecate spack bootstrap trust/untrust
* Update CI
* Update tests
Diffstat (limited to '.github/workflows/bootstrap-test.sh')
-rwxr-xr-x | .github/workflows/bootstrap-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bootstrap-test.sh b/.github/workflows/bootstrap-test.sh index fc8f93d68b..b51db3d1b7 100755 --- a/.github/workflows/bootstrap-test.sh +++ b/.github/workflows/bootstrap-test.sh @@ -1,7 +1,7 @@ #!/bin/bash set -ex source share/spack/setup-env.sh -$PYTHON bin/spack bootstrap untrust spack-install +$PYTHON bin/spack bootstrap disable spack-install $PYTHON bin/spack -d solve zlib tree $BOOTSTRAP/store exit 0 |