Deprecate spack bootstrap trust/untrust (#33600)

* Deprecate spack bootstrap trust/untrust
* Update CI
* Update tests
This commit is contained in:
Massimiliano Culpo
2022-10-29 21:24:26 +02:00
committed by GitHub
parent 29f1e8395c
commit 7e645f54c5
8 changed files with 113 additions and 70 deletions

View File

@@ -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