Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 754b338

Browse files
glebmxzyfer
authored andcommitted
Travis ASan: Use default Travis clang (v5.0)
1 parent 4589d07 commit 754b338

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,10 @@ matrix:
3333
packages:
3434
- g++-5
3535
- os: linux
36-
compiler: clang++-3.7
37-
env: AUTOTOOLS=no COVERAGE=no BUILD=static
38-
addons:
39-
apt:
40-
sources:
41-
- ubuntu-toolchain-r-test
42-
- llvm-toolchain-precise-3.7
43-
packages:
44-
- clang-3.7
36+
compiler: clang
37+
# This build runs with ASan and we set `detect_odr_violation=0`
38+
# to work around https://bugs.llvm.org/show_bug.cgi?id=37545.
39+
env: AUTOTOOLS=no COVERAGE=no BUILD=static ASAN_OPTIONS=detect_odr_violation=0
4540
- os: linux
4641
compiler: clang
4742
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared

0 commit comments

Comments
 (0)