Skip to content

ci(fuzz): drop --locked from cargo-fuzz install#46

Merged
Metbcy merged 1 commit intomainfrom
fix/fuzz-cargo-install
May 10, 2026
Merged

ci(fuzz): drop --locked from cargo-fuzz install#46
Metbcy merged 1 commit intomainfrom
fix/fuzz-cargo-install

Conversation

@Metbcy
Copy link
Copy Markdown
Owner

@Metbcy Metbcy commented May 10, 2026

cargo-fuzz v0.13.1's lockfile pins rustix v0.36.5 which uses reserved rustc attributes that newer nightly rejects. Dropping --locked lets Cargo resolve a compatible rustix version.

Fixes the weekly fuzz workflow failure: https://github.com/Metbcy/bomdrift/actions/runs/25621695066

cargo-fuzz v0.13.1's lockfile pins rustix v0.36.5 which uses
reserved rustc attributes that newer nightly rejects. Dropping
--locked lets Cargo resolve a compatible rustix version.
@github-actions
Copy link
Copy Markdown

Coverage report

Line coverage: 84.1% (9345 / 11110 lines)

Full lcov report available as workflow artifact coverage-lcov: download from this run.

v0.9.8 introduces this report; --fail-under-lines will be added once coverage is visible across 2–3 releases.

@Metbcy Metbcy merged commit 84afc05 into main May 10, 2026
13 checks 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