Commit cc7614b 1 parent e7b4e32 commit cc7614b Copy full SHA for cc7614b
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ commands:
19
19
steps :
20
20
- restore_cache :
21
21
name : " Restore Silkworm cache"
22
- key : &silkworm-cache-key silkworm-v2
22
+ key : &silkworm-cache-key silkworm-v3
23
23
- run :
24
24
name : " Check Silkworm cache"
25
25
command : |
@@ -39,7 +39,7 @@ commands:
39
39
command : |
40
40
[ "$SILKWORM_BUILD" = true ] || exit 0
41
41
git clone --no-checkout --single-branch https://github.com/torquem-ch/silkworm.git .
42
- git checkout c181f5fc0d6a49a990c85dc355b8b45a2f6eb968
42
+ git checkout 7c12194098a7a80ea4b4c79c6a66aed7bcb42570
43
43
git submodule init
44
44
git submodule deinit tests
45
45
git submodule update --recursive --depth=1 --progress
@@ -240,16 +240,16 @@ jobs:
240
240
241
241
consensus-tests :
242
242
environment :
243
- TESTS_REV : v7 .0.1
243
+ TESTS_REV : 8 .0.1
244
244
executor : linux-gcc-latest
245
245
steps :
246
246
- build_silkworm
247
247
- unpack_package
248
248
- download_consensus_tests :
249
- rev : v7 .0.1
249
+ rev : 8 .0.1
250
250
- run :
251
251
name : " Silkworm-driven consensus tests"
252
- command : ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests --skip-eip-2315
252
+ command : ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests
253
253
254
254
255
255
gcc-min :
You can’t perform that action at this time.
0 commit comments