mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use master branch from solc-js.
This commit is contained in:
parent
d1024cefb9
commit
d099d55c66
@ -39,8 +39,8 @@ VERSION="$2"
|
|||||||
|
|
||||||
DIR=$(mktemp -d)
|
DIR=$(mktemp -d)
|
||||||
(
|
(
|
||||||
echo "Preparing solc-js (0.5.0)..."
|
echo "Preparing solc-js (master)..."
|
||||||
git clone --depth 1 --branch v0.5.0 https://github.com/ethereum/solc-js "$DIR"
|
git clone --depth 1 --branch master https://github.com/ethereum/solc-js "$DIR"
|
||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
# disable "prepublish" script which downloads the latest version
|
# disable "prepublish" script which downloads the latest version
|
||||||
# (we will replace it anyway and it is often incorrectly cached
|
# (we will replace it anyway and it is often incorrectly cached
|
||||||
|
Loading…
Reference in New Issue
Block a user