-
Notifications
You must be signed in to change notification settings - Fork 13k
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
GitHub Actions "tools" builder is broken #71184
Comments
This is almost certainly not spurious - rustfmt likely needs to update it's version of the autopublished rustc_session crate. I can take a look today at doing so. |
Well, it works fine on the Azure runners though (and the PR landed now). |
But also #71159 landed in the mean time... but when the Azure runner ran I don't think it had landed already. |
I'm pretty sure that's because GHA is using a fork of the toolstate repository in my own account, and updating the data is still broken. Let's see if it turns green once I update my fork. |
Ah, yeah, that could explain it. Both the Azure and GHA builds failed the exact same way, just GHA considered that a regression (so it failed, as we're in beta week). |
Updated the fork, let's see if it works now. |
Opened #71195 to track master failing. |
After the updated fork this started working again, closing the issue. |
In #71173, the Azure "tools" PR builder succeeded, but the GHA "tools" builder failed twice because it considers rls and rustfmt broken, saying
Looks to me like something is wrong with the GHA builder.
Cc @pietroalbini
The text was updated successfully, but these errors were encountered: