-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update dist-s390x-dist image #94361
Update dist-s390x-dist image #94361
Conversation
Many thanks for addressing this so quickly! The move from glibc 2.11 to 2.12 should be fine. The only distribution theoretically excluded by that is SLES11, which will go out of even long-term support next month, so this shouldn't be an issue. |
Can you also upgrade the platform support doc? "S390x Linux (kernel 2.6.32, glibc 2.11)" is the current listing, presumably the latter should be slightly bumped. |
Update to Ubuntu 20.04 and crosstool-ng 1.24.0. I've updated the ct-ng config and then manually reset the kernel and glibc versions to the oldest supported. Specifically, we're updating from kernel 2.6.32.68 to 2.6.32.71 and glibc 2.11.1 to 2.12.1 here. The compiler toolchain is also updated, but I don't think that's relevant for compatibility.
@Mark-Simulacrum Done! |
@bors r+ rollup=iffy |
📌 Commit dac2859 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6abd8cd): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Update to Ubuntu 20.04 and crosstool-ng 1.24.0. I've upgraded the
ct-ng config and then manually reset the kernel and glibc versions
to the oldest supported.
Specifically, we're updating from kernel 2.6.32.68 to 2.6.32.71
and glibc 2.11.1 to 2.12.1 here. The compiler toolchain is also
updated, but I don't think that's relevant for compatibility.
I've also enabled LLD, so this fixes #94324.
r? @Mark-Simulacrum cc @uweigand