circleci: use custom solc binary install command

pull/336/head
Kieran Prasch 2018-06-27 12:39:53 -07:00
parent 8b1897b157
commit e532c573cc
1 changed files with 1 additions and 5 deletions

View File

@ -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/"