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