mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
CI fix: move download web3signer binary out of build script (#4163)
## Issue Addressed Attempt to fix #3812 ## Proposed Changes Move web3signer binary download script out of build script to avoid downloading unless necessary. If this works, it should also reduce the build time for all jobs that runs compilation.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -9227,6 +9227,8 @@ dependencies = [
|
||||
"eth2_network_config",
|
||||
"exit-future",
|
||||
"futures",
|
||||
"lazy_static",
|
||||
"parking_lot 0.12.1",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
|
||||
Reference in New Issue
Block a user