ci: route the Cargo family through the Cargo-only lane #157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "land/cargo-only-release-caller"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ci: route the Cargo family through the Cargo-only lane
keel declares five lib-only crates and no binaries, so release-binary's
coordinate job waited forever on a target matrix that resolves to an empty
include. That is why the wrapperless caller has never published: its first run
died in freeze on the Cargo-family bug, and its second reached the empty matrix
and blocked.
release-cargo keeps the frozen release inputs, the canonical guard evidence and
the stable changelog law, and drops the binary machine keel has no use for.
The caller keeps its filename so the skeleton still recognises the lane, and
gains the same publish switch the package lane already offers, defaulting to a
rehearsal that mutates nothing.