comparison .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
comparison
equal deleted inserted replaced
1569:c42e8ff42bd1 1570:67cb1983500b
18 compiler: clang 18 compiler: clang
19 env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" 19 env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS=""
20 - os: osx 20 - os: osx
21 compiler: clang 21 compiler: clang
22 env: WEXTRAFLAGS="" 22 env: WEXTRAFLAGS=""
23 - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden" EXTRACFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address 23
24 # TODO: add -fsanitize=address
25 # TODO: fuzzing malloc wrapper doesn't replace free() in system libtomcrypt
26 - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom"
24 compiler: clang 27 compiler: clang
25 28
26 # container-based builds 29 # container-based builds
27 sudo: false 30 sudo: false
28 addons: 31 addons: