File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 spack-ref :
6767 required : false
6868 type : string
69+ # Default spack version - must be changed across the Dockerfile as well
6970 default : releases/v1.1
7071 description : |
7172 The branch, tag, or commit SHA of the access-nri/spack repository to use.
Original file line number Diff line number Diff line change 6666 spack-ref :
6767 required : false
6868 type : string
69+ # Default spack version - must be changed across the Dockerfile as well
6970 default : releases/v1.1
7071 description : |
7172 The branch, tag, or commit SHA of the access-nri/spack repository to use.
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ RUN zypper ref \
127127FROM base-os-$OS AS base-spack
128128
129129ARG SPACK_GIT_URL=https://github.com/ACCESS-NRI/spack.git
130+ # Default spack version - must be changed across ci*.yml as well
130131ARG SPACK_VERSION=v1.1
131132ARG SPACK_REPO_VERSION=releases/${SPACK_VERSION}
132133ARG SPACK_CONFIG_REPO_VERSION=main
You can’t perform that action at this time.
0 commit comments