Skip to content

Commit 6eb9bf0

Browse files
committed
change CI replay branch to something more modern
1 parent 16892a0 commit 6eb9bf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/block_replay.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
tar xf /home/devops/verkle-test-dependencies/replay_converted.tgz --strip-components=1 -C .ethereum
2121
2222
- name: Download geth from the proper repo
23-
run: git clone https://github.com/gballet/go-ethereum -b beverly-hills+sepolia-replay geth
23+
run: git clone https://github.com/gballet/go-ethereum -b overlay/changes-for-replay geth
24+
# run: git clone https://github.com/gballet/go-ethereum -b beverly-hills+sepolia-replay geth
2425

25-
- name: Edit geth to use this repo
26+
- name: Edit geth to use this repo and build it
2627
run: |
2728
cd geth
2829
cp /home/devops/verkle-test-dependencies/precomp .
@@ -36,6 +37,7 @@ jobs:
3637
- name: Run replay
3738
run: |
3839
cd geth
40+
echo 230080 > conversion.txt
3941
./geth import --datadir=../.ethereum /home/devops/verkle-test-dependencies/next_blocks4
4042
4143
- name: Upload profiler file

0 commit comments

Comments
 (0)