mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Revert to eof-functions branch of evmone for eof testing.
This commit is contained in:
parent
b055325a8e
commit
a76e270b14
@ -1045,7 +1045,7 @@ jobs:
|
|||||||
name: Build evmone based on EOF branch
|
name: Build evmone based on EOF branch
|
||||||
command: |
|
command: |
|
||||||
( cd /usr/src; \
|
( 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; \
|
cd evmone; \
|
||||||
sed -i -e 's/GNULIKE TRUE/GNULIKE FALSE/g' cmake/cable/CableCompilerSettings.cmake; \
|
sed -i -e 's/GNULIKE TRUE/GNULIKE FALSE/g' cmake/cable/CableCompilerSettings.cmake; \
|
||||||
mkdir build; \
|
mkdir build; \
|
||||||
|
Loading…
Reference in New Issue
Block a user