Revert to eof-functions branch of evmone for eof testing.

This commit is contained in:
Daniel Kirchner 2022-12-21 21:25:41 +01:00
parent b055325a8e
commit a76e270b14

View File

@ -1045,7 +1045,7 @@ jobs:
name: Build evmone based on EOF branch
command: |
( cd /usr/src; \
git clone --branch="eof-functions-bak3" --recurse-submodules https://github.com/ethereum/evmone.git; \
git clone --branch="eof-functions" --recurse-submodules https://github.com/ethereum/evmone.git; \
cd evmone; \
sed -i -e 's/GNULIKE TRUE/GNULIKE FALSE/g' cmake/cable/CableCompilerSettings.cmake; \
mkdir build; \