mirror of https://github.com/nucypher/nucypher.git
circleci: use custom solc binary install command
parent
8b1897b157
commit
e532c573cc
|
@ -40,11 +40,7 @@ bundle_dependencies: &bundle_dependencies
|
|||
pipenv install --three --dev --skip-lock
|
||||
- run:
|
||||
name: Install Solidity compiler
|
||||
command: |
|
||||
wget "https://github.com/ethereum/solidity/releases/download/${SOLC_VER}/solc-static-linux" -O "$(pipenv --venv)/bin/solc"
|
||||
chmod +x "$(pipenv --venv)/bin/solc"
|
||||
environment:
|
||||
SOLC_VER: "v0.4.24"
|
||||
command: pipenv run install_solc
|
||||
- save_cache:
|
||||
paths:
|
||||
- "~/.local/share/virtualenvs/"
|
||||
|
|
Loading…
Reference in New Issue