Mercurial > dropbear
comparison .travis.yml @ 1572:56ec2214144f
no werror for fuzzing clang
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 02 Mar 2018 00:11:27 +0800 |
parents | 67cb1983500b |
children | fdadac70ee67 |
comparison
equal
deleted
inserted
replaced
1571:d4efb7801fcd | 1572:56ec2214144f |
---|---|
21 compiler: clang | 21 compiler: clang |
22 env: WEXTRAFLAGS="" | 22 env: WEXTRAFLAGS="" |
23 | 23 |
24 # TODO: add -fsanitize=address | 24 # TODO: add -fsanitize=address |
25 # TODO: fuzzing malloc wrapper doesn't replace free() in system libtomcrypt | 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" | 26 - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom" WEXTRAFLAGS="" |
27 compiler: clang | 27 compiler: clang |
28 | 28 |
29 # container-based builds | 29 # container-based builds |
30 sudo: false | 30 sudo: false |
31 addons: | 31 addons: |