mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update truffle* tests to use solc-js master_060
This commit is contained in:
parent
1a4ee4ea34
commit
f14b7c7051
@ -88,7 +88,7 @@ function truffle_setup
|
||||
local repo="$1"
|
||||
local branch="$2"
|
||||
|
||||
setup_solcjs "$DIR" "$SOLJSON" "v0.5.0" "solc"
|
||||
setup_solcjs "$DIR" "$SOLJSON" "master_060" "solc"
|
||||
download_project "$repo" "$branch" "$DIR"
|
||||
}
|
||||
|
||||
@ -131,7 +131,7 @@ function force_solc_truffle_modules
|
||||
if [ -d "$d" ]; then
|
||||
cd $d
|
||||
rm -rf solc
|
||||
git clone --depth 1 -b v0.5.0 https://github.com/ethereum/solc-js.git solc
|
||||
git clone --depth 1 -b master_060 https://github.com/ethereum/solc-js.git solc
|
||||
cp "$1" solc/soljson.js
|
||||
fi
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user