mirror of https://github.com/google/oss-fuzz.git
Solidity: Fuzz breaking branch instead of develop (#4620)
This commit is contained in:
parent
8a54f35c2d
commit
e0c46fa6b8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue