Skip to content

Commit 76951a8

Browse files
committed
Pin repository for v2025.07.0
1 parent 04ce016 commit 76951a8

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

container/Dockerfile

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

1919
# Download the buildcache
2020
RUN mkdir /mirror
21-
RUN rclone copy :s3:spack-binaries/v1.0.0/tutorial /mirror
21+
RUN rclone copy :s3:spack-binaries/v2025.07.0/tutorial /mirror
2222

2323
RUN chmod -R go+r /mirror
2424

outputs/basics.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ spack config add "config:suppress_gpg_warnings:true"
2121

2222
example basics/source-setup ". share/spack/setup-env.sh"
2323

24+
# pin repository to release
25+
example basics/repo "spack repo update --tag $packages_release"
26+
2427
# spack list
2528
example basics/list "spack list"
2629
example basics/list-py "spack list 'py-*'"

outputs/defs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ raw_outputs="${PROJECT}/raw"
1515

1616
# used by scripts
1717
tutorial_branch=releases/v1.0
18+
packages_release=v2025.07.0
1819

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

0 commit comments

Comments
 (0)