Skip to content

Commit

Permalink
Merge pull request #331 from Libvisual/fix-linux-ci
Browse files Browse the repository at this point in the history
Fix Linux CI (in particular Clang 18) + slim Linux compiler matrix a bit
  • Loading branch information
hartwork authored Jan 26, 2024
2 parents 991b807 + 2a366d4 commit 5dcadd8
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,14 @@ jobs:
fail-fast: false
matrix:
include:
- cc: gcc-11
cxx: g++-11
- cc: gcc-13
cxx: g++-13
clang_major_version: null
clang_repo_suffix: null
- cc: gcc-12
cxx: g++-12
clang_major_version: null
clang_repo_suffix: null
- cc: clang-15
cxx: clang++-15
clang_major_version: 15
clang_repo_suffix: -15
- cc: clang-16
cxx: clang++-16
clang_major_version: 16
clang_repo_suffix: -16
- cc: clang-17
cxx: clang++-17
clang_major_version: 17
clang_repo_suffix: -17
- cc: clang-18
cxx: clang++-18
clang_major_version: 18
clang_repo_suffix:
clang_repo_suffix: -18
steps:
- name: Add Clang/LLVM repositories
if: "${{ contains(matrix.cxx, 'clang') }}"
Expand Down

0 comments on commit 5dcadd8

Please sign in to comment.