Skip to content

Commit

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

Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski authored Jan 24, 2025
1 parent 4b58ec1 commit 9e872a2
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 9e872a2

Please sign in to comment.