Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Fix the os match
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwittenburg committed Jul 23, 2020
1 parent c4a7a37 commit c81ecf7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
spack:
definitions:
- bootstrapped_compilers:
- "[email protected] %[email protected] os=centos7"
- "[email protected] %[email protected] os=centos7"
- "[email protected] %[email protected] os=centos7"
- "[email protected] os=centos7"
- "[email protected] os=centos7"
- "[email protected] os=centos7"
- gcc_system_packages:
- matrix:
- - zlib
Expand Down Expand Up @@ -46,7 +46,8 @@ spack:

gitlab-ci:
bootstrap:
- bootstrapped_compilers
- name: bootstrapped_compilers
compiler-agnostic: true
mappings:
- match: [llvm]
runner-attributes:
Expand All @@ -62,7 +63,7 @@ spack:
entrypoint: ['']
tags: [spack-kube, large]
variables: {}
- match: [os=ubuntu18.04]
- match: [os=centos7]
runner-attributes:
image:
name: ecpe4s/centos7-runner:1.0
Expand Down

0 comments on commit c81ecf7

Please sign in to comment.