Skip to content

Commit dda0565

Browse files
committed
wasm-rebuild: Patch storebytecode.sh from 0.6.1 not to use latest solc-js
1 parent c38cc8b commit dda0565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/wasm-rebuild/docker-scripts/rebuild_tags.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ cp scripts/bytecodecompare/storebytecode.sh /tmp
196196
# shellcheck disable=SC2016
197197
sed -i -e 's/rm -rf "\$TMPDIR"/cp "\$TMPDIR"\/report.txt \/tmp\/report.txt ; rm -rf "\$TMPDIR"/' /tmp/storebytecode.sh
198198
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
199200
export SOLC_EMSCRIPTEN="On"
200201

201202
echo "Check out solc-js repository..."

0 commit comments

Comments
 (0)