autobuild: extend autobuild with samba-fuzz job to build the fuzzers in AFL mode...
authorAndrew Bartlett <abartlet@samba.org>
Wed, 4 Dec 2019 09:52:06 +0000 (22:52 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 11 Dec 2019 02:55:32 +0000 (02:55 +0000)
commit0be0c044b6769da39b0feb8d7b655a2760413086
tree89edc676bfa32358d99024b08e8335a0461eb220
parentd349d344f8872e25526fdb76a38523477baa4366
autobuild: extend autobuild with samba-fuzz job to build the fuzzers in AFL mode using oss-fuzz scripts

This helps ensure the build_samba.sh file keeps working and the fuzzers build
(because they are excluded from the main build).

This is not in the default autobuild because it uses too much
space on sn-devel (4GB).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@samba.org>
.gitlab-ci.yml
lib/fuzzing/oss-fuzz/build_samba.sh
lib/fuzzing/oss-fuzz/check_build.sh [new file with mode: 0755]
script/autobuild.py