Skip to content

Commit

Permalink
fix evmone version
Browse files Browse the repository at this point in the history
Signed-off-by: eolesinski <[email protected]>
  • Loading branch information
eolesinski committed Jul 29, 2024
1 parent fb29b84 commit 0aae731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ cd ../..

# NOTE: evmc v10.0.0 requires evmone v0.9.0
# evmc v10.1.1 requires evmone v0.10.0 (which requires c++20)
EVMC_VER=10.0.0
EVMC_VER=11.0.1
wget https://github.com/ethereum/evmc/archive/refs/tags/v${EVMC_VER}.zip
rm -rf evmc-${EVMC_VER}
unzip v${EVMC_VER}.zip
Expand All @@ -119,7 +119,7 @@ make install
cd ../..

# NOTE: updating evmone to v0.10.0 requires c++20
EVMONE_VER=0.9.1
EVMONE_VER=0.11.0
wget https://github.com/ethereum/evmone/archive/refs/tags/v${EVMONE_VER}.zip
rm -rf evmone-${EVMONE_VER}
unzip v${EVMONE_VER}.zip
Expand Down

0 comments on commit 0aae731

Please sign in to comment.