Skip to content

Commit 2c7a4ea

Browse files
harshulaCodeGat
authored andcommitted
TEST: Spack v1.1 build with [email protected] using v8
1 parent 88d51c2 commit 2c7a4ea

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
cd:
1212
name: CD
13-
uses: access-nri/build-cd/.github/workflows/cd.yml@v8
13+
uses: access-nri/build-cd/.github/workflows/cd.yml@test-v8
1414
with:
1515
model: ${{ vars.NAME }}
1616
spack-manifest-schema-version: 2-0-0

.github/workflows/ci-command.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
redeploy:
99
name: Redeploy
1010
if: startsWith(github.event.comment.body, '!redeploy') && github.event.issue.pull_request
11-
uses: access-nri/build-cd/.github/workflows/ci.yml@v8
11+
uses: access-nri/build-cd/.github/workflows/ci.yml@test-v8
1212
with:
1313
model: ${{ vars.NAME }}
1414
spack-manifest-schema-version: 2-0-0
@@ -22,7 +22,7 @@ jobs:
2222
bump:
2323
name: Bump
2424
if: startsWith(github.event.comment.body, '!bump') && github.event.issue.pull_request
25-
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v8
25+
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@test-v8
2626
with:
2727
model: ${{ vars.NAME }}
2828
permissions:
@@ -32,7 +32,7 @@ jobs:
3232
configs:
3333
name: Configs
3434
if: startsWith(github.event.comment.body, '!update-configs') && github.event.issue.pull_request
35-
uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8
35+
uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@test-v8
3636
with:
3737
model: ${{ vars.NAME }}
3838
auto-configs-pr-schema-version: 1-0-0

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pr-ci:
2020
name: CI
2121
if: github.event.action != 'closed'
22-
uses: access-nri/build-cd/.github/workflows/ci.yml@v8
22+
uses: access-nri/build-cd/.github/workflows/ci.yml@test-v8
2323
with:
2424
model: ${{ vars.NAME }}
2525
spack-manifest-schema-version: 2-0-0
@@ -33,5 +33,5 @@ jobs:
3333
pr-closed:
3434
name: Closed
3535
if: github.event.action == 'closed'
36-
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8
36+
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@test-v8
3737
secrets: inherit

spack.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,18 @@ spack:
4848
access-mocsy:
4949
require:
5050
- '@2025.07.002'
51-
gcc-runtime:
51+
c:
5252
require:
53-
- '%access_gcc'
54-
# Compilers
55-
intel-oneapi-compilers:
53+
54+
cxx:
5655
require:
57-
- '@2025.2.0'
56+
57+
fortran:
58+
require:
59+
5860
all:
5961
require:
60-
- '%access_oneapi'
61-
- 'target=x86_64_v4'
62+
- 'target=x86_64'
6263
view: true
6364
concretizer:
6465
unify: true

0 commit comments

Comments
 (0)