ci: streamline release builds on GitHub-hosted runners#138
Merged
CodeNinjaEvan merged 2 commits intoJul 22, 2026
Merged
Conversation
|
Thank you for your contribution to the Solidity compiler! A team member will follow up shortly. If you haven't read our contributing guidelines and our review checklist before, please do it now, this makes the reviewing process and accepting your contribution smoother. If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the #solidity-dev channel on Matrix. |
yanghang8612
marked this pull request as ready for review
July 22, 2026 04:00
CodeNinjaEvan
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
windows-2022macos-15, Xcode 16.4, CMake 3.29.3, and a cached universal Boost 1.84 buildubuntu-24.04and Linux ARM64 onubuntu-24.04-arm[self-hosted, Linux]Why
The release workflow only consumes
solcandsoljson, so compiling test executables and auxiliary targets wastes build time. The platform builds no longer need persistent self-hosted machines once their dependencies and toolchains are prepared explicitly.The S3 job remains self-hosted to preserve the existing production credentials and bucket-access environment.
Impact
solc.exewithTESTS=OFFonwindows-2022.x86_64 + arm64universalsolconmacos-15.solcbinaries on native GitHub runners.soljson.Validation
actionlintpassed for.github/workflows/build.ymlgit diff --checkpassedbash -npassed for the Unix and Emscripten build scriptsTESTS=OFF+solc-only benchmark and binary smoke test passed: https://github.com/yanghang8612/solidity/actions/runs/29407834749The fork did not expose the production S3 secrets during the migration rehearsal. The S3 upload path remains on the repository's self-hosted Linux runner and will be exercised by the production workflow after merge.