Skip to content

Commit 450839c

Browse files
committed
Build-CI: Use 'stable' spack version in manifests
1 parent cd078cb commit 450839c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/build-ci/manifests/gcc.spack.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spack:
22
specs:
33
# *_compiler is defined in the .github/build-ci/data/standard.json file
4-
- access-mocsy@git.{{ ref }}
4+
- access-mocsy@git.{{ ref }}=stable
55
packages:
66
gcc:
77
require:

.github/build-ci/manifests/intel.spack.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spack:
22
specs:
33
# *_compiler is defined in the .github/build-ci/data/standard.json file
4-
- access-mocsy@git.{{ ref }}
4+
- access-mocsy@git.{{ ref }}=stable
55
packages:
66
intel-oneapi-compiler-classic:
77
require:

.github/build-ci/manifests/oneapi.spack.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spack:
22
specs:
33
# *_compiler is defined in the .github/build-ci/data/standard.json file
4-
- access-mocsy@git.{{ ref }}
4+
- access-mocsy@git.{{ ref }}=stable
55
packages:
66
intel-oneapi-compilers:
77
require:

0 commit comments

Comments
 (0)