Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cargo-nextest used on CI #10211

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

alexcrichton
Copy link
Member

This commit updates the version of cargo nextest used on CI from 0.9.67 to 0.9.88. It turns out that the nightly used in testing, nightly-2025-01-09, cannot actually compile 0.9.67 due to a bug in the ahash crate dependency. This never showed up prior on CI because we cache the build of cargo nextest so the update of rustc to a new nightly did not force a rebuild to happen. Now that the cache has been removed the error is now showing up, so this will hopefully unblock the queue.

This commit updates the version of `cargo nextest` used on CI from
0.9.67 to 0.9.88. It turns out that the nightly used in testing,
`nightly-2025-01-09`, cannot actually compile 0.9.67 due to a bug in the
`ahash` crate dependency. This never showed up prior on CI because we
cache the build of `cargo nextest` so the update of rustc to a new
nightly did not force a rebuild to happen. Now that the cache has been
removed the error is now showing up, so this will hopefully unblock the
queue.
@alexcrichton alexcrichton requested a review from a team as a code owner February 10, 2025 17:25
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team February 10, 2025 17:25
@alexcrichton alexcrichton added this pull request to the merge queue Feb 10, 2025
Merged via the queue into bytecodealliance:main with commit 0159ff5 Feb 10, 2025
39 checks passed
@alexcrichton alexcrichton deleted the unblock-queue branch February 10, 2025 18:02
alexcrichton added a commit to alexcrichton/wasmtime that referenced this pull request Feb 10, 2025
This commit updates the version of `cargo nextest` used on CI from
0.9.67 to 0.9.88. It turns out that the nightly used in testing,
`nightly-2025-01-09`, cannot actually compile 0.9.67 due to a bug in the
`ahash` crate dependency. This never showed up prior on CI because we
cache the build of `cargo nextest` so the update of rustc to a new
nightly did not force a rebuild to happen. Now that the cache has been
removed the error is now showing up, so this will hopefully unblock the
queue.
alexcrichton added a commit that referenced this pull request Feb 10, 2025
* Add release notes

Busy release!

* Update cargo-nextest used on CI (#10211)

This commit updates the version of `cargo nextest` used on CI from
0.9.67 to 0.9.88. It turns out that the nightly used in testing,
`nightly-2025-01-09`, cannot actually compile 0.9.67 due to a bug in the
`ahash` crate dependency. This never showed up prior on CI because we
cache the build of `cargo nextest` so the update of rustc to a new
nightly did not force a rebuild to happen. Now that the cache has been
removed the error is now showing up, so this will hopefully unblock the
queue.
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.

2 participants