address sanitizer is busted in clang 3.7/3.8 packages - refs https://llvm.org/bugs/show_bug.cgi?id=22757
This commit is contained in:
parent
32e6b0507c
commit
7a74a2ca45
1 changed files with 3 additions and 3 deletions
|
@ -31,11 +31,11 @@ matrix:
|
|||
- os: linux
|
||||
sudo: false
|
||||
compiler: ": clang-address"
|
||||
env: JOBS=8 SANITIZE_ADDRESS=True CXX="ccache clang++-3.7 -Qunused-arguments" CC="clang-3.7"
|
||||
env: JOBS=8 SANITIZE_ADDRESS=True CXX="ccache clang++-3.6 -Qunused-arguments" CC="clang-3.6"
|
||||
addons:
|
||||
apt:
|
||||
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7' ]
|
||||
packages: [ 'clang-3.7' ]
|
||||
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6' ]
|
||||
packages: [ 'clang-3.6' ]
|
||||
- os: linux
|
||||
sudo: false
|
||||
compiler: ": clang-thread"
|
||||
|
|
Loading…
Reference in a new issue