Skip to content

Commit

Permalink
ci: Use Silkworm with EVMC9 and EIP-3198 support
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 28, 2021
1 parent 502148a commit be0bdd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands:
steps:
- restore_cache:
name: "Restore Silkworm cache"
key: &silkworm-cache-key silkworm-20210413
key: &silkworm-cache-key silkworm-eip-3198-20210529
- run:
name: "Check Silkworm cache"
command: |
Expand All @@ -38,8 +38,8 @@ commands:
working_directory: ~/silkworm/src
command: |
[ "$SILKWORM_BUILD" = true ] || exit 0
git clone --no-checkout --single-branch https://github.com/torquem-ch/silkworm.git .
git checkout 3388d3ef7ba37ca440707a96a7d2886989073a59
git clone --no-checkout --single-branch https://github.com/torquem-ch/silkworm.git . --branch eip-3198
git checkout 07a4b7ab2849dc759249b204a455e309ab096412
git submodule update --init --recursive --depth=1 --progress
- run:
name: "Configure Silkworm"
Expand Down

0 comments on commit be0bdd1

Please sign in to comment.