Skip to content

Commit

Permalink
Update consensus tests to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Mar 11, 2021
1 parent e7b4e32 commit cc7614b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Expand Up @@ -19,7 +19,7 @@ commands:
steps:
- restore_cache:
name: "Restore Silkworm cache"
key: &silkworm-cache-key silkworm-v2
key: &silkworm-cache-key silkworm-v3
- run:
name: "Check Silkworm cache"
command: |
Expand All @@ -39,7 +39,7 @@ commands:
command: |
[ "$SILKWORM_BUILD" = true ] || exit 0
git clone --no-checkout --single-branch https://github.com/torquem-ch/silkworm.git .
git checkout c181f5fc0d6a49a990c85dc355b8b45a2f6eb968
git checkout 7c12194098a7a80ea4b4c79c6a66aed7bcb42570
git submodule init
git submodule deinit tests
git submodule update --recursive --depth=1 --progress
Expand Down Expand Up @@ -240,16 +240,16 @@ jobs:
consensus-tests:
environment:
TESTS_REV: v7.0.1
TESTS_REV: 8.0.1
executor: linux-gcc-latest
steps:
- build_silkworm
- unpack_package
- download_consensus_tests:
rev: v7.0.1
rev: 8.0.1
- run:
name: "Silkworm-driven consensus tests"
command: ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests --skip-eip-2315
command: ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests


gcc-min:
Expand Down

0 comments on commit cc7614b

Please sign in to comment.