Skip to content
Snippets Groups Projects

feat: use spack ci generate to setup build pipeline

Closed Wouter Deconinck requested to merge wdconinc-master-patch-58238 into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -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
Loading