Skip to content

Commit 15fe6e6

Browse files
committed
Update guidance regarding default spack ref
1 parent 1ed0338 commit 15fe6e6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-github-hosted.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ on:
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.

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ on:
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.

containers/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN zypper ref \
127127
FROM base-os-$OS AS base-spack
128128

129129
ARG SPACK_GIT_URL=https://github.com/ACCESS-NRI/spack.git
130+
# Default spack version - must be changed across ci*.yml as well
130131
ARG SPACK_VERSION=v1.1
131132
ARG SPACK_REPO_VERSION=releases/${SPACK_VERSION}
132133
ARG SPACK_CONFIG_REPO_VERSION=main

0 commit comments

Comments
 (0)