Releases: spack/setup-spack
Releases · spack/setup-spack
v2.1.1
- For Spack
v0.22.0.dev0
and higherspack install
without further flags can
install prebuilt binaries from the build cache without erroring about missing
signatures on the binaries. The default build cache is marked as "unsigned". - Disable
/etc/spack
and~/.spack
config files, only use$spack/etc
v2.1.0
- Support shell aware commands like
spack env activate
andspack load
in thespack-bash
andspack-sh
shells.
v2.0.1
v2.0.0
Major update to this action:
- Enable the build cache from https://github.com/spack/github-actions-buildcache
- Enable color by default
Other changes:
- Removed custom bootstrapped binaries for clingo
- Removed option for choosing the concretizer
v1.2.1
Minor docs improvements
v1.2.0
Allows you to enable/disable the new concretizer with concretizer: clingo
and concretizer: original
resp.