lib/fuzzing: Remove oss-fuzz build.sh stub from the Samba repo
authorAndrew Bartlett <abartlet@samba.org>
Sat, 7 Dec 2019 18:22:33 +0000 (07:22 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Dec 2019 07:50:29 +0000 (07:50 +0000)
commitf79caf3b6bf4b3c4942874af70cfa8c912959faa
tree52434b0cd34d3ba3dc4c2b6a27d438f5d8611eb7
parent8382fa6408ef5efc45260e332579a6d9ee648d87
lib/fuzzing: Remove oss-fuzz build.sh stub from the Samba repo

We need to ship the stub build.sh in the oss-fuzz repo, not ours.
This is because otherwise the travis CI checks skip the build
(it thinks we are not set up yet, or have been disabled).

See https://github.com/google/oss-fuzz/pull/3094 for the PR
creating a similar file there.  This is very similar to how
janus-gateway operates, so this is an accepted pattern.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/fuzzing/oss-fuzz/build.sh [deleted file]
lib/fuzzing/oss-fuzz/build_image.sh