Skip to content

Commit 2c5a85b

Browse files
authored
Build-CI: Set RHS versions consistently everywhere (#14)
1 parent e89f37b commit 2c5a85b

4 files changed

Lines changed: 5 additions & 5 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,6 +1,6 @@
11
spack:
22
specs:
3-
- access3 @git.{{ ref }} configurations={{ all_configurations }}
3+
- access3 @git.{{ ref }}=stable configurations={{ all_configurations }}
44
packages:
55
access3-share:
66
require:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spack:
22
specs:
3-
- access3-share @git.{{ ref }}
4-
- access3-share @git.{{ ref }} +openmp
3+
- access3-share @git.{{ ref }}=stable
4+
- access3-share @git.{{ ref }}=stable +openmp
55
packages:
66
all:
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,6 +1,6 @@
11
spack:
22
specs:
3-
- access3 @git.{{ ref }} configurations={{ all_configurations }}
3+
- access3 @git.{{ ref }}=stable configurations={{ all_configurations }}
44
packages:
55
access3-share:
66
require:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spack:
22
specs:
3-
- access3 @git.{{ ref }} configurations={{ all_configurations }}
3+
- access3 @git.{{ ref }}=stable configurations={{ all_configurations }}
44
packages:
55
access3-share:
66
require:

0 commit comments

Comments
 (0)