Skip to content

Commit

Permalink
ci: Upgrade tests (9.0.2) and silkworm
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 30, 2021
1 parent 26f7bba commit d20c2da
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ executors:

commands:
build_silkworm:
parameters:
branch:
type: string
default: master
commit:
type: string
steps:
- restore_cache:
name: "Restore Silkworm cache"
key: &silkworm-cache-key silkworm-eip-3198-20210529
name: "Restore Silkworm cache (<<parameters.branch>>-<<parameters.commit>>)"
key: &silkworm-cache-key silkworm-<<parameters.branch>>-<<parameters.commit>>
- run:
name: "Check Silkworm cache"
command: |
Expand All @@ -38,8 +44,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 . --branch eip-3198
git checkout 07a4b7ab2849dc759249b204a455e309ab096412
git clone --no-checkout --single-branch https://github.com/torquem-ch/silkworm.git . --branch <<parameters.branch>>
git checkout <<parameters.commit>>
git submodule update --init --recursive --depth=1 --progress
- run:
name: "Configure Silkworm"
Expand Down Expand Up @@ -243,9 +249,10 @@ jobs:
CMAKE_OPTIONS: -DEVMONE_TESTING=OFF
steps:
- build
- build_silkworm
- build_silkworm:
commit: 82344ce1277642ca549e0603d70f24050073e202
- download_consensus_tests:
rev: 8.0.4
rev: 9.0.2
- run:
name: "Silkworm-driven consensus tests (Advanced)"
working_directory: ~/build
Expand Down

0 comments on commit d20c2da

Please sign in to comment.