Skip to content

Commit

Permalink
gnutls: Use latest builder
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko committed Jun 18, 2024
1 parent 2c03690 commit 89beda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions projects/gnutls/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion projects/gnutls/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89beda4

Please sign in to comment.