-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Backport Rust 1.38 to 19.09 #70735
Backport Rust 1.38 to 19.09 #70735
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've had to update rust on stable before for firefox IIRC so unless we start keeping multiple versions it probably makes sense to also keep it updated. Some fixes like #70313 should also be backported if this goes through.
This, 02585db, is probably needed too, as librsvg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think we should backport rustc because of firefox: cc @andir
I was able to build thunderbird on x86_64-linux |
As far as I can see Firefox 70 will still be fine with 1.36: https://hg.mozilla.org/mozilla-central/rev/f82b4a26b4e46d2586972b71e25439470e14117a |
This might have broke tor-browser: cc @oxij |
@Mic92 just took a look at Firefox failures (ESR 60 and 68, Tor browser and Icecat) in Hydra and it seems all of them fail with
that was fixed in servo/rust-cssparser@3c98d22 (probably along with other warnings from 1.37 that became errors in 1.38 in servo/rust-cssparser#245) I didn't dig deeper and don't know if patching |
I reverted the backport for now: 3becc5bb5634b4bc4333ca474a523f47657d334e |
This one also needs to be backported: #70506 |
It might be too late for this, but it would be nice to ship NixOS 19.09 with an up-to-date Rust compiler.