From 6d8a752b1e4cf51216c400c16667ebbf939583e3 Mon Sep 17 00:00:00 2001 From: Bhargava Shastry Date: Thu, 12 Aug 2021 10:35:51 +0200 Subject: [PATCH] Solidity: Upgrade evmone from 0.4.0 to v0.8.2 --- projects/solidity/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/solidity/Dockerfile b/projects/solidity/Dockerfile index c31fac43d9c5..4272be5ca7bb 100644 --- a/projects/solidity/Dockerfile +++ b/projects/solidity/Dockerfile @@ -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