Skip to content

Commit 3b98e82

Browse files
committed
disable lto test for clang for now
it works on debian but not on the outdated travis ubuntu
1 parent 53a689d commit 3b98e82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,7 @@ matrix:
165165

166166
# Link time optimization
167167
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --with-travis-valgrind'
168-
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
169-
addons:
170-
apt:
171-
packages:
172-
- llvm-7
168+
#- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
173169

174170
# GCC for the x86-64 architecture with restricted limb sizes
175171
# formerly started with the option "--with-low-mp" to testme.sh

0 commit comments

Comments
 (0)