mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
C++17 builds on clang-5 are disabled.
The C++17 stdlib used by clang-5 is not compliant, so asio doesn't compile.
This commit is contained in:
committed by
Klemens Morgenstern
parent
5c48142df8
commit
ce99605ef9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
supported: true
|
||||
- toolset: clang
|
||||
compiler: clang++-5.0
|
||||
cxxstd: "11,14,1z"
|
||||
cxxstd: "11,14"
|
||||
os: ubuntu-22.04
|
||||
container: ubuntu:16.04
|
||||
install: clang-5.0
|
||||
|
Reference in New Issue
Block a user