From 292722717b6fed903b9418708511cc09070969f5 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Fri, 24 Jan 2025 11:04:58 +0000 Subject: [PATCH] relic: fix build (#12968) Cryptofuzz has been removed, but is revived here: https://github.com/MozillaSecurity/cryptofuzz --------- Signed-off-by: David Korczynski --- projects/relic/Dockerfile | 2 +- projects/relic/project.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/relic/Dockerfile b/projects/relic/Dockerfile index 9e3f2287fe61..5c5adc598cdf 100644 --- a/projects/relic/Dockerfile +++ b/projects/relic/Dockerfile @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make autoconf automake libtool wget python RUN git clone --depth 1 https://github.com/relic-toolkit/relic.git RUN git clone --depth 1 https://github.com/randombit/botan.git -RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz +RUN git clone --depth 1 https://github.com/MozillaSecurity/cryptofuzz RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2 COPY build.sh $SRC/ # This is to fix Fuzz Introspector build by using LLVM old pass manager diff --git a/projects/relic/project.yaml b/projects/relic/project.yaml index e3781a282781..7abd599c9d17 100644 --- a/projects/relic/project.yaml +++ b/projects/relic/project.yaml @@ -7,7 +7,6 @@ auto_ccs: sanitizers: - address - undefined - - memory architectures: - x86_64 - i386