Skip to content

Commit 848f4a9

Browse files
committed
Revert back to v0.23.1 for PEARC25
1 parent 611bc1b commit 848f4a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get remove -y gcc-12
1717

1818
# Download the buildcache
1919
RUN mkdir /mirror
20-
RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/develop-2025-07-13/tutorial /mirror
20+
RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/v0.23.1/tutorial /mirror
2121

2222
RUN chmod -R go+r /mirror
2323

outputs/defs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
raw_outputs="${PROJECT}/raw"
1515

1616
# used by scripts
17-
tutorial_branch=develop
17+
tutorial_branch=releases/v0.23
1818

1919
print_status() {
2020
printf "\n%b: %s\n\n" "\033[1;35m$1\033[0m" "$2"

0 commit comments

Comments
 (0)