diff .travis.yml @ 1570:67cb1983500b

avoid fsanitize=address for fuzzing
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Mar 2018 23:47:46 +0800
parents 2799a1d55b59
children 56ec2214144f
line wrap: on
line diff
--- a/.travis.yml	Thu Mar 01 23:46:24 2018 +0800
+++ b/.travis.yml	Thu Mar 01 23:47:46 2018 +0800
@@ -20,7 +20,10 @@
     - os: osx
       compiler: clang
       env: WEXTRAFLAGS=""
-    - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden" EXTRACFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address
+
+    # TODO: add -fsanitize=address
+    # TODO: fuzzing malloc wrapper doesn't replace free() in system libtomcrypt
+    - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom"
       compiler: clang
 
 # container-based builds