Skip to content

fix(release): verify Linux consumers resolve published release - #11935

Merged
chubes4 merged 2 commits into
mainfrom
fix/11811-linux-release-archives
Aug 8, 2026
Merged

fix(release): verify Linux consumers resolve published release#11935
chubes4 merged 2 commits into
mainfrom
fix/11811-linux-release-archives

Conversation

@chubes4

@chubes4 chubes4 commented Aug 8, 2026

Copy link
Copy Markdown
Member

Summary

  • add a post-publication ubuntu-22.04 consumer gate that invokes Extra-Chill/homeboy-action@v2 without a source or binary override
  • run review lint through the action and require its installed homeboy --version to match the release tag, proving latest resolves the newly published Linux archive rather than falling back
  • make consumer-gate failure part of release failure bookkeeping and document the contract

Fixes #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 resolves latest, executes Homeboy Action's review lint, and rejects any binary whose version does not match the just-published tag.

Verification

  • cargo fmt --all --check
  • cargo test --test release_workflow_test (56 passed)
  • actionlint -ignore SC2129 -ignore SC2086 .github/workflows/release.yml
  • git diff --check

AI 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.

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.
@homeboy-ci

homeboy-ci Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — homeboy

Lint

review lint — passed

ℹ️ Full options: homeboy self docs commands/lint
ℹ️ Save lint baseline: homeboy review lint homeboy --baseline
Deep dive: homeboy review lint homeboy --changed-since 010df5d

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-lint-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-lint-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31246795649

Audit

⚠️ review audit — no measurement

Deep dive: homeboy review audit homeboy --changed-since 010df5d

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-audit-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-audit-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31246795649
Tooling versions
  • Homeboy CLI: homeboy 0.334.0+5bdaaf7ad5ae-dirty
  • Extension: rust from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 14fe68af
  • Action: unknown@unknown

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.
@chubes4
chubes4 merged commit 6734fd1 into main Aug 8, 2026
15 of 32 checks passed
@chubes4
chubes4 deleted the fix/11811-linux-release-archives branch August 8, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release can publish without required Linux assets

1 participant