-
Notifications
You must be signed in to change notification settings - Fork 223
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
Upgrade rust toolchain to nightly-2024-10-11 #585
base: main
Are you sure you want to change the base?
Conversation
@Patryk27, some CI jobs are failing with
is this still one of the known problems or something new? |
This is known, it’s already fixed in LLVM, but not yet backported - it should be in rustc within a couple days hopefully; I’ll let you know, so we can wait before bumping the toolchain here to get all of the fixes 🙂 |
@Rahix I think we should be good now - could you bump to the newest toolchain? 👀 |
@Patryk27, unfortunately it looks like we are still hitting the dreaded Just to check, I also tried |
Ouch, my fault! It seems that llvm/llvm-project#109124 wasn't backported - I'll handle it tomorrow. Other commits seem to be in place, though (e.g. #573 is fixed), so we're mostly ready 😄 |
No worries! Just ping me once the patch has hit nightly Rust, then I'll give it another shot :) Thanks for all your compiler work! |
Time for another toolchain upgrade to fix a number of known compiler bugs.