Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 20, 2021
1 parent 2ebd5c4 commit 10f421c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPACK_SHA=$(git ls-remote https://github.com/spack/spack.git | grep refs/heads/d
echo "Using spack SHA $SPACK_SHA"

# Download the latest stable spack.x release and the latest runtime.x
export BASE_VERSION="v2.2.0"
export BASE_VERSION="v2.3.0"
echo "Downloading spack-$ARCH.x from version $BASE_VERSION"

curl -LfSs -o "runtime-$ARCH-fuse2" "https://github.com/haampie/spack-batteries-included/releases/download/$BASE_VERSION/runtime-$ARCH-fuse2"
Expand All @@ -18,7 +18,7 @@ curl -LfSs -o "spack-$ARCH-old.x" "https://github.com/haampie/spack-batteries

echo "aa269f3af2303925ec8752ed326200a91f65896a17ac80583bfe15d79c161470 runtime-$ARCH-fuse2" | sha256sum --check
echo "aa89a9add9d3a44351df31d29953081fdf9bf1d41a479721f655faaf52851932 runtime-$ARCH-fuse3" | sha256sum --check
echo "5fc2a934bd4baabd9881125e4ac64d4ec51d31167d54d223171c6ea34a3d309d spack-$ARCH-old.x" | sha256sum --check
echo "789e6563dec35bd348a2b5b685feb116e7dde47d41a12bf98f15d868a7521b64 spack-$ARCH-old.x" | sha256sum --check

chmod +x "spack-$ARCH-old.x"
export PATH="$PWD:$PATH"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.3.0
- Add `rpm` -- this may be removed if not useful.

v2.2.1
- Actually use symlink gpg2 -> gpg even on gnupg1 to make sure spack picks it
up.
Expand Down

0 comments on commit 10f421c

Please sign in to comment.