Skip to content

Commit

Permalink
relic: fix build (#12968)
Browse files Browse the repository at this point in the history
Cryptofuzz has been removed, but is revived here:
https://github.com/MozillaSecurity/cryptofuzz

---------

Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski authored Jan 24, 2025
1 parent 9e872a2 commit 2927227
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion projects/relic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion projects/relic/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ auto_ccs:
sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386
Expand Down

0 comments on commit 2927227

Please sign in to comment.