Skip to content

Commit

Permalink
disabled clang-16 because of libc++ link error.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 24, 2023
1 parent 2ccf615 commit 2ed6fb0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
# stdlib: libc++
# os: ubuntu-22.04
# install: "clang-15 libc++-15-dev"
- toolset: clang
compiler: clang++-16
cxxstd: "20,2b"
stdlib: libc++
# this clang seems to have a bug, see standard 9.5.4.11
cobalt_pmr: no
os: ubuntu-latest
container: ubuntu:23.04
install: "clang-16 libc++-16-dev"
# - toolset: clang
# compiler: clang++-16
# cxxstd: "20,2b"
# stdlib: libc++
# # this clang seems to have a bug, see standard 9.5.4.11
# cobalt_pmr: no
# os: ubuntu-latest
# container: ubuntu:23.04
# install: "clang-16 libc++-16-dev"
- toolset: clang
cxxstd: "20,2b"
os: macos-13
Expand Down

0 comments on commit 2ed6fb0

Please sign in to comment.