mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Updates solc-js tests to 0.6.0.
This commit is contained in:
parent
36271beca8
commit
9a42a93955
@ -39,8 +39,8 @@ VERSION="$2"
|
|||||||
|
|
||||||
DIR=$(mktemp -d)
|
DIR=$(mktemp -d)
|
||||||
(
|
(
|
||||||
echo "Preparing solc-js (master)..."
|
echo "Preparing solc-js (master_060)..."
|
||||||
git clone --depth 1 --branch master https://github.com/ethereum/solc-js "$DIR"
|
git clone --depth 1 --branch master_060 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
|
||||||
@ -53,11 +53,6 @@ DIR=$(mktemp -d)
|
|||||||
rm -f soljson.js
|
rm -f soljson.js
|
||||||
cp "$SOLJSON" soljson.js
|
cp "$SOLJSON" soljson.js
|
||||||
|
|
||||||
# ensure to use always 0.5.0 sources
|
|
||||||
# FIXME: should be removed once the version bump in this repo is done
|
|
||||||
rm -rf test/DAO040
|
|
||||||
cp -R test/DAO test/DAO040
|
|
||||||
|
|
||||||
# Update version (needed for some tests)
|
# Update version (needed for some tests)
|
||||||
echo "Updating package.json to version $VERSION"
|
echo "Updating package.json to version $VERSION"
|
||||||
npm version --allow-same-version --no-git-tag-version $VERSION
|
npm version --allow-same-version --no-git-tag-version $VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user