-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ git clone [email protected]:lidofinance/scripts.git | |
cd scripts | ||
docker build -t scripts-env . | ||
``` | ||
If you are running on an arm64 processor (including Apple Silicon) - you will have to wait up to 2 hours while the Solidity compilers compile. | ||
|
||
Set up all the ENV VARs you are using: | ||
- `WEB3_INFURA_PROJECT_ID` - **mandatory** for the execution of tests | ||
- `ROOT_PASSWORD` - **mandatory** arbitrary password used to connect to the container SSH | ||
|