d7297e67a5
Removed a lot of duplication. Fixed an issue in containers, leading to false negative
8 lines
228 B
Bash
Executable file
8 lines
228 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
source share/spack/setup-env.sh
|
|
$PYTHON bin/spack bootstrap disable github-actions-v0.4
|
|
$PYTHON bin/spack bootstrap disable spack-install
|
|
$PYTHON bin/spack $SPACK_FLAGS solve zlib
|
|
tree $BOOTSTRAP/store
|
|
exit 0
|