Allow setting web3signer version through environment (#3368)

## Issue Addressed

#3369 

## Proposed Changes

The goal is to make it possible to build Lighthouse without network access,
so builds can be reproducible.

This parallels the existing functionality in `common/deposit_contract/build.rs`,
which allows specifying a filename through the environment to avoid downloading
it. In this case, by specifying the version and making it available on the
filesystem, the existing logic will avoid a network download.
This commit is contained in:
Philip White
2022-07-27 03:20:01 +00:00
parent f3439116da
commit cf3bcca969
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@@ -9,3 +9,6 @@ perf.data*
/bin
genesis.ssz
/clippy.toml
# IntelliJ
/*.iml