Skip to content

Fix nextest source fallback in CI - #100

Open
mirsella wants to merge 1 commit into
aecsocket:mainfrom
mirsella:fix/locked-nextest-install
Open

Fix nextest source fallback in CI#100
mirsella wants to merge 1 commit into
aecsocket:mainfrom
mirsella:fix/locked-nextest-install

Conversation

@mirsella

Copy link
Copy Markdown
Contributor

cargo-binstall can fall back to compiling from source when a prebuilt nextest binary is unavailable. Nextest requires source installs to use its bundled lockfile and now rejects unlocked installs.

Pass --locked through to the fallback cargo install invocation. This fixes the failure seen in the aeronet_webtransport test job, which occurred before its tests started.

Verified with cargo binstall --no-confirm --locked --dry-run cargo-nextest.

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