mirror of https://github.com/google/oss-fuzz.git
knot-dns: Use latest builder (#12095)
Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
This commit is contained in:
parent
9c24659989
commit
8c1e39f15e
|
@ -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 \
|
||||
autoconf \
|
||||
autogen \
|
||||
|
|
|
@ -32,7 +32,7 @@ make -j$(nproc)
|
|||
make install
|
||||
|
||||
GNUTLS_CONFIGURE_FLAGS=""
|
||||
NETTLE_CONFIGURE_FLAGS=""
|
||||
NETTLE_CONFIGURE_FLAGS="--disable-assembler" # Temporarily disalbe asm to work around error "Libnettle 3.6 was not found."
|
||||
if [[ $CFLAGS = *sanitize=memory* ]]; then
|
||||
GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration"
|
||||
NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat"
|
||||
|
|
Loading…
Reference in New Issue