mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use master branch of solc-js
This commit is contained in:
parent
347d24b252
commit
9ce01b19b2
@ -95,7 +95,7 @@ function truffle_setup
|
||||
local repo="$1"
|
||||
local branch="$2"
|
||||
|
||||
setup_solcjs "$DIR" "$SOLJSON" "master_060" "solc"
|
||||
setup_solcjs "$DIR" "$SOLJSON" "master" "solc"
|
||||
download_project "$repo" "$branch" "$DIR"
|
||||
}
|
||||
|
||||
@ -138,7 +138,7 @@ function force_solc_truffle_modules
|
||||
if [ -d "$d" ]; then
|
||||
cd $d
|
||||
rm -rf solc
|
||||
git clone --depth 1 -b master_060 https://github.com/ethereum/solc-js.git solc
|
||||
git clone --depth 1 -b master https://github.com/ethereum/solc-js.git solc
|
||||
cp "$1" solc/soljson.js
|
||||
fi
|
||||
)
|
||||
|
@ -35,7 +35,7 @@ function solcjs_test
|
||||
SOLCJS_INPUT_DIR="$TEST_DIR"/test/externalTests/solc-js
|
||||
|
||||
# set up solc-js on the branch specified
|
||||
setup master_060
|
||||
setup master
|
||||
|
||||
printLog "Updating index.js file..."
|
||||
echo "require('./determinism.js');" >> test/index.js
|
||||
|
Loading…
Reference in New Issue
Block a user