[bls-signatures] Use repository master branch (#5674)

* [bls-signatures] Use repository master branch

I merged the BLS functionality into the Cryptofuzz master branch.
Future development will occur there.

* [bls-signatures] Update Boost download location
This commit is contained in:
Guido Vranken 2021-04-27 10:36:19 +02:00 committed by GitHub
parent 0fcaffc617
commit d1f2191cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -16,11 +16,11 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool wget python lzip libgmp-dev
RUN git clone https://github.com/guidovranken/cryptofuzz
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
RUN git clone --depth 1 https://github.com/supranational/blst
RUN git clone --depth 1 https://github.com/Chia-Network/bls-signatures.git
RUN git clone --depth 1 https://github.com/herumi/mcl.git
RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN wget https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2
RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.bz2
RUN wget https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz
COPY build.sh $SRC/

View File

@ -32,7 +32,6 @@ export CXXFLAGS="$CXXFLAGS -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR"
# Configure Cryptofuzz
cd $SRC/cryptofuzz/
git checkout bls
python gen_repository.py
rm extra_options.h
echo -n '"' >>extra_options.h