2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-19 04:12:15 +00:00

Disable UBSan on libc++ configuration; Clang 7 fails with a link error

This commit is contained in:
Peter Dimov
2021-05-18 05:18:49 +03:00
parent a96b87e777
commit ca87d33f3d

View File

@@ -132,7 +132,7 @@ matrix:
- os: linux
dist: bionic
compiler: clang++-libc++
env: UBSAN=1 TOOLSET=clang CXXSTD=03,11,14,17,2a UBSAN_OPTIONS=print_stacktrace=1
env: TOOLSET=clang CXXSTD=03,11,14,17,2a
addons:
apt:
packages: