From 672e157135adfd018b603976e840fa7d80ecdd88 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 21 Dec 2022 21:25:41 +0100 Subject: [PATCH] Revert to eof-functions branch of evmone for eof testing. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a7d57689..b23ff8f9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1047,7 +1047,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; \