Travis: Remove MemorySanitizer job for now, since it's broken with latest Linux kernel

This commit is contained in:
Luke Dashjr
2016-12-01 11:12:49 +00:00
parent 15f79c6f71
commit 2a37933698

View File

@@ -25,17 +25,6 @@ matrix:
- libjansson-dev
- libgcrypt11-dev
env: CFLAGS="-Wall -fsanitize=undefined -fno-sanitize-recover -fsanitize=address"
# clang
- compiler: clang
addons:
apt:
packages:
- build-essential
env:
- BUILD_LIBS=1
JANSSON_VERSION=v2.1
CFLAGS="-O0 -ggdb -Wall -fsanitize=undefined -fno-sanitize-recover -fsanitize=memory -fPIE -pie"
LDFLAGS="-fsanitize=memory -fPIE -pie -L$HOME/lib"
# w/o libgcrypt
- addons:
apt: