Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/build-ci/data/standard.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"oneapi_compiler": "oneapi@2025.2.0",
"oneapi_compiler_version": "2025.2.0",
"target": "x86_64"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ spack:
- '@git.{{ ref }} +asymmetric_mem'
gcc-runtime:
require:
- '%gcc target={{ target }}'
- '%access_gcc'
- 'target={{ target }}'
intel-oneapi-compilers:
require:
- '@{{ oneapi_compiler_version }}'
all:
require:
- '%{{ oneapi_compiler }} target={{ target }}'
- '%access_oneapi'
- 'target={{ target }}'
concretizer:
unify: false
view: false
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ spack:
- '@git.{{ ref }} ~asymmetric_mem'
gcc-runtime:
require:
- '%gcc target={{ target }}'
- '%access_gcc'
- 'target={{ target }}'
intel-oneapi-compilers:
require:
- '@{{ oneapi_compiler_version }}'
all:
require:
- '%{{ oneapi_compiler }} target={{ target }}'
- '%access_oneapi'
- 'target={{ target }}'
concretizer:
unify: false
view: false
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
max-parallel: 5
matrix:
file: ${{ fromJson(needs.pre-ci.outputs.matrix) }}
uses: access-nri/build-ci/.github/workflows/ci.yml@v2
uses: access-nri/build-ci/.github/workflows/ci.yml@v3
with:
spack-manifest-path: ${{ matrix.file }}
allow-ssh-into-spack-install: false # If true, PR author must ssh into instance to complete job
spack-manifest-data-path: .github/build-ci/data/standard.json
spack-packages-ref: api-v2
# FIXME: This is a workaround for having a spack 1.0 runner using a spack 0.22 upstream, and should be removed once we transition to a 1.0 upstream
spack-config-ref: 74-perl-buildable
spack-ref: releases/v1.0
container-image-version: :rocky-v1.0-2025.09.002
# builtin-spack-packages-ref: develop
# access-spack-packages-ref: api-v2
# spack-config-ref: main
# spack-ref: releases/v1.1