aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Bhargava Shastry <bshas3@gmail.com>2020-11-09 16:29:09 +0100
committerGravatar GitHub <noreply@github.com>2020-11-09 07:29:09 -0800
commite0c46fa6b8b2c0d8e8e25821162dbf425a4394d5 (patch)
tree14dc212a0c3b7beee622c98e28d93e06211c6448
parent8a54f35c2d1a3bf4fb9c49f6b406daa0251f4e2e (diff)
Solidity: Fuzz breaking branch instead of develop (#4620)
-rw-r--r--projects/solidity/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/solidity/Dockerfile b/projects/solidity/Dockerfile
index 5dab1f24..5556e13f 100644
--- a/projects/solidity/Dockerfile
+++ b/projects/solidity/Dockerfile
@@ -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 \