Skip to content
Snippets Groups Projects
Commit 42adf621 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: add required mappings for gitlab-ci section in spack.yaml

parent ee45fc9b
No related branches found
No related tags found
No related merge requests found
...@@ -76,5 +76,14 @@ spack: ...@@ -76,5 +76,14 @@ spack:
script: script:
- pushd ${SPACK_CONCRETE_ENV_DIR} && spack env activate --without-view . && popd - pushd ${SPACK_CONCRETE_ENV_DIR} && spack env activate --without-view . && popd
- spack -d ci rebuild - spack -d ci rebuild
mappings:
- match:
- os=ubuntu20.04
runner-attributes:
image: spack/ubuntu-focal
- match:
- os=ubuntu22.04
runner-attributes:
image: spack/ubuntu-jammy
enable-artifacts-buildcache: False enable-artifacts-buildcache: False
rebuild-index: True rebuild-index: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment