Skip to content

Commit

Permalink
Use matrix for clang builds
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Feb 2, 2024
1 parent b056b90 commit 0a49f5a
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions ubuntu/clang/uptodate.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
dockerbuild:
container_basename: radiuss

# Specific combinations of build args to exclude (optional)
# Spack doesn't work with 14 nor 15
exclude:
llvm_version: ["13", "14", "15", "10", "11", "12"]
ubuntu_version: ["20.04", "20.04", "20.04", "22.04", "22.04", "22.04"]
matrix:
llvm_version:
- "10"
- "11"
- "12"
- "13"
- "14"
- "15"
ubuntu_version:
- "20.04"
- "20.04"
- "20.04"
- "22.04"
- "22.04"
- "22.04"

build_args:
llvm_version:
key: clang
versions:
- "10"
- "11"
- "12" #20.04
- "13"
- "14"
- "15" #22.04
name: ubuntu

ubuntu_version:
key: ubuntu
versions:
- "20.04"
- "22.04"
name: ubuntu

0 comments on commit 0a49f5a

Please sign in to comment.