From: Andrew Bartlett Date: Wed, 20 Nov 2019 21:29:57 +0000 (+1300) Subject: lib/fuzzing/oss-fuzz: add stub build.sh that will not change often X-Git-Tag: ldb-2.1.0~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec4f6f8fd36edfda8b949dcf7451c153f6599427;p=thirdparty%2Fsamba.git lib/fuzzing/oss-fuzz: add stub build.sh that will not change often This makes local development of build_samba.sh easier as it will remain in the source tree. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall Reviewed-by: Uri Simchoni --- diff --git a/lib/fuzzing/oss-fuzz/build.sh b/lib/fuzzing/oss-fuzz/build.sh new file mode 100644 index 00000000000..14ba6ee83b2 --- /dev/null +++ b/lib/fuzzing/oss-fuzz/build.sh @@ -0,0 +1,6 @@ +#!/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