Skip to content

Commit

Permalink
Solidity: Upgrade evmone from 0.4.0 to v0.8.2 (#6207)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshastry authored Aug 26, 2021
1 parent 6fc72b3 commit b3630ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/solidity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
RUN git clone --recursive -b develop 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 \
# evmone v0.8.2 fixes: https://github.com/ethereum/evmone/issues/373
RUN git clone --branch="v0.8.2" --recurse-submodules \
https://github.com/ethereum/evmone.git

# Install statically built dependencies in "/usr" directory
Expand Down

0 comments on commit b3630ab

Please sign in to comment.