From: Andrew Bartlett Date: Sat, 7 Dec 2019 18:22:33 +0000 (+1300) Subject: lib/fuzzing: Remove oss-fuzz build.sh stub from the Samba repo X-Git-Tag: ldb-2.1.0~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f79caf3b6bf4b3c4942874af70cfa8c912959faa;p=thirdparty%2Fsamba.git 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 Reviewed-by: Douglas Bagnall --- diff --git a/lib/fuzzing/oss-fuzz/build.sh b/lib/fuzzing/oss-fuzz/build.sh deleted file mode 100644 index 14ba6ee83b2..00000000000 --- a/lib/fuzzing/oss-fuzz/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -# This will be copied into $SRC, being the root of the source tree by -# build_image.sh - -exec lib/fuzzing/oss-fuzz/build_samba.sh diff --git a/lib/fuzzing/oss-fuzz/build_image.sh b/lib/fuzzing/oss-fuzz/build_image.sh index fa899effc37..6dcbd16a75a 100755 --- a/lib/fuzzing/oss-fuzz/build_image.sh +++ b/lib/fuzzing/oss-fuzz/build_image.sh @@ -8,4 +8,3 @@ $SCRIPT_DIR/../../../bootstrap/generated-dists/$DIST/locale.sh apt-get install chrpath -cp $SCRIPT_DIR/build.sh $SRC/