We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38cc8b commit dda0565Copy full SHA for dda0565
scripts/wasm-rebuild/docker-scripts/rebuild_tags.sh
@@ -196,6 +196,7 @@ cp scripts/bytecodecompare/storebytecode.sh /tmp
196
# shellcheck disable=SC2016
197
sed -i -e 's/rm -rf "\$TMPDIR"/cp "\$TMPDIR"\/report.txt \/tmp\/report.txt ; rm -rf "\$TMPDIR"/' /tmp/storebytecode.sh
198
sed -i -e 's/REPO_ROOT=.*/REPO_ROOT=\/src/' /tmp/storebytecode.sh
199
+sed -i -e 's/git clone/git clone --branch '"${SOLC_JS_BRANCH}"'/' /tmp/storebytecode.sh
200
export SOLC_EMSCRIPTEN="On"
201
202
echo "Check out solc-js repository..."
0 commit comments