Switch solc-js branch for testing.

This commit is contained in:
Daniel Kirchner
2022-01-26 11:18:15 +01:00
parent a06d36d31f
commit fdb7868ae4
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ TMPDIR=$(mktemp -d)
then
echo "Installing solc-js..."
# 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/
pushd solc-js/
npm install
Binary file not shown.
@@ -106,7 +106,7 @@ script_dir="$solidity_dir/scripts"
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"
npm install
npm run build