Solidity: Fuzz breaking branch instead of develop (#4620)

This commit is contained in:
Bhargava Shastry 2020-11-09 16:29:09 +01:00 committed by GitHub
parent 8a54f35c2d
commit e0c46fa6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
build-essential libbz2-dev ninja-build zlib1g-dev wget python python-dev \
liblzma-dev uuid-dev pkg-config openjdk-8-jdk unzip mlton
RUN git clone --recursive https://github.com/ethereum/solidity.git solidity
RUN git clone --recursive -b breaking https://github.com/ethereum/solidity.git solidity
RUN git clone --depth 1 https://github.com/ethereum/solidity-fuzzing-corpus.git
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
RUN git clone --branch="v0.4.0" --recurse-submodules \