mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Use clang/c++11 instead of 14 because clang 3.9 w/ libstdc++ 4.8 errors on ::gets
This commit is contained in:
parent
eabe0b0aa9
commit
54f8c97e23
1 changed files with 2 additions and 2 deletions
|
@ -58,14 +58,14 @@ matrix:
|
|||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang
|
||||
compiler: clang++
|
||||
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=14
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=11
|
||||
compiler: clang++
|
||||
|
||||
# Run tests for the library updated by this commit.
|
||||
- env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
|
||||
compiler: g++
|
||||
|
||||
- env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=14
|
||||
- env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
|
||||
compiler: g++
|
||||
|
||||
# Library requirements tests.
|
||||
|
|
Loading…
Add table
Reference in a new issue