File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 99 TARGET_BRANCH : gh-pages
1010 COMMITTER_NAME : emscripten nightly action
1111 COMMITTER_EMAIL : builds@argot.org
12- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1312
1413jobs :
1514 build-emscripten-nightly :
Original file line number Diff line number Diff line change 9292 SCRIPT="solidity/scripts/solc-bin/bytecode_reports_for_modified_binaries.sh"
9393
9494 # Use develop branch instead of version-specific branch
95- sed -i.bak 's/--branch "v\${solidity_version}"/--branch "develop "/' "$SCRIPT"
95+ sed -i.bak 's/--branch "v\${solidity_version}"/--branch "v0.8.30 "/' "$SCRIPT"
9696
9797 # Patch validation to accept CI builds by stripping -ci.DATE before comparison
9898 sed -i.bak '84s|sed -E .*|sed -E '\''s/^[[:space:]]*([0-9.]+)(-ci\\.[0-9.]+)?(\\+commit\\.[0-9a-f]+).*/\\1\\3/'\''|' "$SCRIPT"
You can’t perform that action at this time.
0 commit comments