Skip to content

Commit

Permalink
Fix clang CI
Browse files Browse the repository at this point in the history
* Drop clang-10 CI run
* Let clang-11 CI use libstdc++ from g++-12
  • Loading branch information
bernhardmgruber committed Nov 13, 2023
1 parent de6724e commit af09f16
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,10 @@ jobs:
add_toolchain_repo: true
asan: ON
install_extra: g++-13
- name: build-ubuntu-clang10
os: ubuntu-20.04 # clang-10 is not available on ubuntu-22.04
cxx: clang++-10
install_extra: clang-10 libomp-10-dev
- name: build-ubuntu-clang11
cxx: clang++-11
install_extra: clang-11 libomp-11-dev
install_extra: clang-11 libomp-11-dev g++-12 # for libstdc++
cxx_flags: --gcc-install-dir=/usr/lib/gcc/x86_64-linux-gnu/12
- name: build-ubuntu-clang12
cxx: clang++-12
install_extra: clang-12 libomp-12-dev
Expand Down

0 comments on commit af09f16

Please sign in to comment.