fix(release): verify Linux consumers resolve published release - #11935
Merged
Conversation
Run Homeboy Action from a Linux consumer seat after publication and require it to resolve the tag that just published.\n\nFixes #11811.\n\nAI assistance: OpenAI gpt-5.6-sol via OpenCode implemented and tested the Linux release-consumption gate; Chris Huber remains responsible for every line.
Contributor
Homeboy Results —
|
Scope the post-publication Linux consumer job to contents: read and restore the self-check argument contract so workspace test compilation and candidate test planning can proceed.\n\nAI assistance: OpenAI gpt-5.6-sol via OpenCode implemented and tested this repair; Chris Huber remains responsible for every line.
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
ubuntu-22.04consumer gate that invokesExtra-Chill/homeboy-action@v2without a source or binary overridereview lintthrough the action and require its installedhomeboy --versionto match the release tag, provinglatestresolves the newly published Linux archive rather than falling backFixes #11811.
Artifact Contract
A successful release must contain cargo-dist's declared supported-platform archives and checksums plus
dist-manifest.json. After publication, the Linux consumer gate resolveslatest, executes Homeboy Action'sreview lint, and rejects any binary whose version does not match the just-published tag.Verification
cargo fmt --all --checkcargo test --test release_workflow_test(56 passed)actionlint -ignore SC2129 -ignore SC2086 .github/workflows/release.ymlgit diff --checkAI Assistance
OpenAI gpt-5.6-sol via OpenCode inspected the issue, release assets, related PRs, and workflow runs; implemented the Linux consumer gate, tests, and documentation; and ran focused verification. Chris Huber remains responsible for every line.