From 048a56cd0a86cf56f3975aedf67a05b168f59444 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 21 Dec 2022 14:05:25 +0100 Subject: [PATCH] Switch to matching evmone branch. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 960f04df2..a25a159f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1045,7 +1045,7 @@ jobs: name: Build evmone based on EOF branch command: | ( cd /usr/src; \ - git clone --branch="eof" --recurse-submodules https://github.com/ethereum/evmone.git; \ + git clone --branch="eof-functions-bak3" --recurse-submodules https://github.com/ethereum/evmone.git; \ cd evmone; \ mkdir build; \ cd build; \