-
Notifications
You must be signed in to change notification settings - Fork 493
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
Test cross-compilation with stable gnullvm targets #3104
Conversation
It looks like a preinstalled stable toolchain was not yet updated to the latest version. |
When do you expect that to be updated? |
Judging by the history of https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md, I'd expect it to happen today, but I don't have the details on how GitHub updates their images. |
Rather than wait for GitHub, which might be busy/frozen due to events this week, can we just update the tools at start of the workflow (like we already do)? |
If this fails again, I'll look into incorporating changes from other workflows to make sure Rust is up to date. |
I don't know if this is related but GNU builds have started failing: https://github.com/microsoft/windows-rs/actions/runs/9567088234/job/26373942886 |
It looks like a Windows Server 2022 update is currently in progress so it shouldn't be too long now. |
Even though GHA docs were updated yesterday so the compiler should be up-to-date now I added the step to update the toolchain like in the other jobs.
That's good, I guess?
It uses GHA image |
You can ignore the previous build error, we root caused that and fixed it here #3111 (comment) |
Ah, forgot about Mac. Added |
Hmm, just noticed those unused mac tests. We can clean those up separately. |
Continuation of #3007 but this time with a stable toolchain.