mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Added libc++abi-dev package installation, changed OS X image to xcode10.1.
This is in attempt to debug/work around strange issues in CI with cxxabi.h provided by libc++abi-dev. The header declares __cxa_uncaught_exceptions function, but on linking stage the function is missing. The current theory is that the header and the libc++abi library do not match on CI machines for some reason, and this commit tries to mitigate or verify that.
This commit is contained in:
@ -240,6 +240,7 @@ matrix:
|
||||
apt:
|
||||
packages:
|
||||
- libc++-dev
|
||||
- libc++abi-dev
|
||||
|
||||
- os: linux
|
||||
compiler: clang++-libc++
|
||||
@ -248,10 +249,12 @@ matrix:
|
||||
apt:
|
||||
packages:
|
||||
- libc++-dev
|
||||
- libc++abi-dev
|
||||
|
||||
- os: osx
|
||||
compiler: clang++
|
||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
|
||||
osx_image: xcode10.1
|
||||
|
||||
- os: linux
|
||||
compiler: g++
|
||||
|
Reference in New Issue
Block a user