Skip to content

Commit

Permalink
disable clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 24, 2023
1 parent 340ae99 commit 0299c41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
stdlib: libc++
os: ubuntu-22.04
install: "clang-14 libc++-14-dev"
- toolset: clang
compiler: clang++-15
cxxstd: "20,2b"
stdlib: libc++
os: ubuntu-22.04
install: "clang-15 libc++-15-dev"
# - toolset: clang
# compiler: clang++-15
# cxxstd: "20,2b"
# stdlib: libc++
# os: ubuntu-22.04
# install: "clang-15 libc++-15-dev"
- toolset: clang
compiler: clang++-16
cxxstd: "20,2b"
Expand Down
1 change: 1 addition & 0 deletions build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ lib boost_cobalt
[ requires
cxx20_hdr_concepts
]
<boost.cobalt.pmr>boost-container:<library>/boost//container
<toolset>clang-15:<boost.cobalt.pmr>boost-container
<toolset>clang-14:<boost.cobalt.pmr>boost-container
: usage-requirements
Expand Down

0 comments on commit 0299c41

Please sign in to comment.