Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ SPACK_ORGREPO="spack/spack"

## Spack github version, e.g. v0.18.1 or commit hash
## note: nightly builds will use e.g. releases/v1.0
SPACK_VERSION="v1.2.0"
SPACK_VERSION="v1.2.1"

## Space-separated list of spack cherry-picks
read -r -d '' SPACK_CHERRYPICKS <<- \
--- || true
292b0dcaba3b2a5e3f9668d205d39fee2c715721
678e506a95b319c573ba7e84703b06d7275ab80e
2b588bdf631a22a55630981aa69365197a9258f7
2ec34f3a913fe32017682ccbc9518b7111255f6b
69329c85739c6030d6f60c00aa03ebcaf4e22037
44fa40a0367ab59f756fc24791395e1ec56d2712
---
## Optional hash table with comma-separated file list
read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
Expand All @@ -25,7 +21,3 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
## [hash]: [description]
## 292b0dcaba3b2a5e3f9668d205d39fee2c715721: fix: write created time field with OCI buildcache config
## 678e506a95b319c573ba7e84703b06d7275ab80e: fix: don't map prefix to view root for pkgs excluded from view
## 2b588bdf631a22a55630981aa69365197a9258f7: fix: install missing upstream packages in local store
## 2ec34f3a913fe32017682ccbc9518b7111255f6b: fix: install missing upstream packages in local store (new installer)
## 69329c85739c6030d6f60c00aa03ebcaf4e22037: fix: also avoid raise InstallError later in new_installer; add unit-test
## 44fa40a0367ab59f756fc24791395e1ec56d2712: view: fix rename on overlayfs issue
Loading