From 2583b180c994ed37e462547e160b1141d9536d76 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 4 Mar 2018 17:17:37 +0800 Subject: [PATCH] travis fuzz build clang++ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ee211e..9bcbce4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: env: WEXTRAFLAGS="" # Note: the fuzzing malloc wrapper doesn't replace free() in system libtomcrypt, so need bundled. - - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom" WEXTRAFLAGS="" LDFLAGS=-fsanitize=address EXTRACFLAGS=-fsanitize=address + - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom" WEXTRAFLAGS="" LDFLAGS=-fsanitize=address EXTRACFLAGS=-fsanitize=address CXX=clang++ compiler: clang # sanitizers need ptrace which is privileged https://github.com/travis-ci/travis-ci/issues/9033 sudo: required