File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get remove -y gcc-12
1818
1919# Download the buildcache
2020RUN 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
2323RUN chmod -R go+r /mirror
2424
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ spack config add "config:suppress_gpg_warnings:true"
2121
2222example 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
2528example basics/list " spack list"
2629example basics/list-py " spack list 'py-*'"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ raw_outputs="${PROJECT}/raw"
1515
1616# used by scripts
1717tutorial_branch=releases/v1.0
18+ packages_release=v2025.07.0
1819
1920print_status () {
2021 printf " \n%b: %s\n\n" " \033[1;35m$1 \033[0m" " $2 "
You can’t perform that action at this time.
0 commit comments