Skip to content

Commit

Permalink
circl: fix build
Browse files Browse the repository at this point in the history
Cryptofuzz has been removed/moved

Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Jan 24, 2025
1 parent 209cea0 commit 7ed7290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/circl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder-go

RUN apt-get update && apt-get install -y make autoconf automake libtool wget python
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
RUN git clone --depth 1 https://github.com/MozillaSecurity/cryptofuzz
RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN git clone --depth 1 https://github.com/supranational/blst.git
RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
Expand Down

0 comments on commit 7ed7290

Please sign in to comment.