From 65ac6a737c8fa7b92b791c65bcf60730257ca5ae Mon Sep 17 00:00:00 2001 From: maflcko <6399679+maflcko@users.noreply.github.com> Date: Wed, 1 May 2024 03:42:07 +0200 Subject: samba: Use latest builder (#11876) Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> --- projects/samba/Dockerfile | 3 +-- projects/samba/build.sh | 1 + 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 -- cgit v1.2.3