diff --git a/projects/gnutls/Dockerfile b/projects/gnutls/Dockerfile index 778233a4612a..5721a9ad5cc5 100644 --- a/projects/gnutls/Dockerfile +++ b/projects/gnutls/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 apt-get update && apt-get install -y \ make \ pkg-config \ diff --git a/projects/gnutls/build.sh b/projects/gnutls/build.sh index 196826b7d759..5d93890ab935 100755 --- a/projects/gnutls/build.sh +++ b/projects/gnutls/build.sh @@ -56,7 +56,7 @@ bash bootstrap make -j$(nproc) make install -NETTLE_CONFIGURE_FLAGS="" +NETTLE_CONFIGURE_FLAGS="--disable-assembler" # Temporarily disalbe asm to work around error "undefined reference to [...]" if [[ $CFLAGS = *sanitize=memory* ]]; then NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat" fi