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

Temporarily pin CI to Rust nightly-2024-09-22 #6048

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

SimonSapin
Copy link
Contributor

We use Rust nightly on CI in order to check that fuzz targets can still compile. With current latest nightly we’re running into a compiler panic: rust-lang/rust#130769

To unblock merging PRs, this pins the nightly version used on CI to a slightly older one that does not have this panic. This should be reverted after the panic is fixed in a new Rust nightly.

We use Rust nightly on CI in order to check that fuzz targets can still compile.
With current latest nightly we’re running into a compiler panic:
rust-lang/rust#130769

To unblock merging PRs, this pins the nightly version used on CI
to a slightly older one that does not have this panic.
This should be reverted after the panic is fixed in a new Rust nightly.
Copy link
Contributor

@SimonSapin, please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@SimonSapin SimonSapin merged commit 207324c into dev Sep 24, 2024
14 of 15 checks passed
@SimonSapin SimonSapin deleted the simon/pin-ci-nightly-rust branch September 24, 2024 16:00
SimonSapin added a commit that referenced this pull request Sep 30, 2024
SimonSapin added a commit that referenced this pull request Sep 30, 2024
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