aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaflcko <6399679+maflcko@users.noreply.github.com>2024-05-01 03:42:07 +0200
committerGitHub <noreply@github.com>2024-05-01 11:42:07 +1000
commit65ac6a737c8fa7b92b791c65bcf60730257ca5ae (patch)
tree1e6c03684ec81510389a99bd94738dc8d02aaa24
parent3252f44674b581efe0ef4932d3547fbeda0399f6 (diff)
downloadoss-fuzz-65ac6a737c8fa7b92b791c65bcf60730257ca5ae.tar.gz
samba: Use latest builder (#11876)
Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
-rw-r--r--projects/samba/Dockerfile3
-rwxr-xr-xprojects/samba/build.sh1
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/samba/Dockerfile b/projects/samba/Dockerfile
index b3d443e7a..3d3ee35ad 100644
--- a/projects/samba/Dockerfile
+++ b/projects/samba/Dockerfile
@@ -14,8 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
-# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors
+FROM gcr.io/oss-fuzz-base/base-builder
RUN git clone https://gitlab.com/samba-team/samba samba
RUN samba/lib/fuzzing/oss-fuzz/build_image.sh
diff --git a/projects/samba/build.sh b/projects/samba/build.sh
index b809e4c03..e066a9725 100755
--- a/projects/samba/build.sh
+++ b/projects/samba/build.sh
@@ -15,5 +15,6 @@
#
################################################################################
+export CFLAGS="$CFLAGS -Wno-error=strict-prototypes"
# The real script is maintained in the Samba repo
exec lib/fuzzing/oss-fuzz/build_samba.sh