Merge pull request #5965 from ethereum/fixSolcjsTests

Use master branch from solc-js for tests
This commit is contained in:
chriseth 2019-02-11 15:46:09 +01:00 committed by GitHub
commit 94607011dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,8 @@ VERSION="$2"
DIR=$(mktemp -d)
(
echo "Preparing solc-js (0.5.0)..."
git clone --depth 1 --branch v0.5.0 https://github.com/ethereum/solc-js "$DIR"
echo "Preparing solc-js (master)..."
git clone --depth 1 --branch master https://github.com/ethereum/solc-js "$DIR"
cd "$DIR"
# disable "prepublish" script which downloads the latest version
# (we will replace it anyway and it is often incorrectly cached