Skip to content

Commit

Permalink
Add clang-17 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Sep 27, 2023
1 parent be6ccee commit 52b27e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ jobs:
cuda_url: https://developer.download.nvidia.com/compute/cuda/12.1.0/local_installers/cuda_12.1.0_530.30.02_linux.run
add_llvm_repo: true
cxx_std: 20
- name: build-ubuntu-clang17
cxx: clang++-17
install_extra: clang-17 libomp-17-dev
add_llvm_repo: true
- name: build-ubuntu-icpx
cxx: icpx
add_oneapi_repo: true
Expand Down Expand Up @@ -256,6 +260,7 @@ jobs:
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-14 main'
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-15 main'
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main'
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main'
- name: add CUDA apt repo
if: matrix.add_nvcpp_repo
run: |
Expand Down

0 comments on commit 52b27e6

Please sign in to comment.