srctree

Robin Linden parent 68ab9e81 56635034
ci: Add clang-17 and libc++-17 jobs

inlinesplit
.github/workflows/ci.yaml added: 13, removed: 1, total 12
@@ -55,6 +55,11 @@ jobs:
compiler: clang
version: 16
 
- name: clang-17
os: ubuntu-22.04
compiler: clang
version: 17
 
- name: clang-15-libc++
os: ubuntu-22.04
compiler: clang
@@ -69,6 +74,13 @@ jobs:
bazel: --config libc++
apt: libc++abi-16-dev libc++-16-dev
 
- name: clang-17-libc++
os: ubuntu-22.04
compiler: clang
version: 17
bazel: --config libc++
apt: libc++abi-17-dev libc++-17-dev
 
steps:
- name: Prepare clang install
if: startsWith(matrix.compiler, 'clang') && matrix.version >= 15