Skip to content

fix(dist): verify release artifact builds - #2

Merged
Lenvanderhof merged 1 commit into
mainfrom
fix/dist-release-build
Aug 23, 2026
Merged

fix(dist): verify release artifact builds#2
Lenvanderhof merged 1 commit into
mainfrom
fix/dist-release-build

Conversation

@Lenvanderhof

Copy link
Copy Markdown
Contributor

Summary

  • Add the cargo-dist release profile required by actual artifact builds.
  • Add a real host archive/installer/checksum build to local and hosted CI.
  • Add a regression contract that fails if the profile or build gate disappears.

Root cause

The existing manifest-only validation accepted the configuration without invoking Cargo. The first real dist build then failed because profile dist was undefined.

Verification

  • Reproduced the failure with dist build --artifacts=host --tag v0.2.0.
  • Added a test and observed the expected missing-profile failure.
  • Re-ran the test successfully after the minimal fix.
  • just ci passes: 104 Rust tests, 35 Python tests, protocol matrix, adversarial gates, audit, package, Registry schema, and real cargo-dist host artifacts.

@Lenvanderhof
Lenvanderhof merged commit f506070 into main Aug 23, 2026
1 check passed
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.

1 participant