mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Switch solc-js branch for testing.
This commit is contained in:
parent
a06d36d31f
commit
fdb7868ae4
@ -44,7 +44,7 @@ TMPDIR=$(mktemp -d)
|
|||||||
then
|
then
|
||||||
echo "Installing solc-js..."
|
echo "Installing solc-js..."
|
||||||
# npm install solc
|
# npm install solc
|
||||||
git clone --depth 1 https://github.com/ethereum/solc-js.git solc-js
|
git clone --depth 1 -b "fix/root-export-wrapped-solcjson" https://github.com/stephensli/solc-js.git solc-js
|
||||||
cp "$REPO_ROOT/emscripten_build/libsolc/soljson.js" solc-js/
|
cp "$REPO_ROOT/emscripten_build/libsolc/soljson.js" solc-js/
|
||||||
pushd solc-js/
|
pushd solc-js/
|
||||||
npm install
|
npm install
|
||||||
|
BIN
scripts/ci/lz4-block-codec.wasm
Normal file
BIN
scripts/ci/lz4-block-codec.wasm
Normal file
Binary file not shown.
@ -106,7 +106,7 @@ script_dir="$solidity_dir/scripts"
|
|||||||
|
|
||||||
cd "$tmp_dir"
|
cd "$tmp_dir"
|
||||||
|
|
||||||
git clone https://github.com/ethereum/solc-js.git "$solcjs_dir"
|
git clone -b "fix/root-export-wrapped-solcjson" https://github.com/stephensli/solc-js.git "$solcjs_dir"
|
||||||
cd "$solcjs_dir"
|
cd "$solcjs_dir"
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
@ -79,7 +79,7 @@ function setup_solc
|
|||||||
if [[ $binary_type == solcjs ]]
|
if [[ $binary_type == solcjs ]]
|
||||||
then
|
then
|
||||||
printLog "Setting up solc-js..."
|
printLog "Setting up solc-js..."
|
||||||
git clone --depth 1 -b "$solcjs_branch" https://github.com/ethereum/solc-js.git "$install_dir"
|
git clone --depth 1 -b "fix/root-export-wrapped-solcjson" https://github.com/stephensli/solc-js.git "$install_dir"
|
||||||
|
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
npm install
|
npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user