Mercurial > dropbear
changeset 1583:d17a6bab2179
travis fuzz build clang++
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 04 Mar 2018 17:17:37 +0800 |
parents | 68abf717328d |
children | cdfab509c392 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Sun Mar 04 17:08:21 2018 +0800 +++ b/.travis.yml Sun Mar 04 17:17:37 2018 +0800 @@ -23,7 +23,7 @@ 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