-
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
rust 1.67.0 fails to recognize thin archive #107334
Comments
…esleywiser Fix thin archive reading This includes a revert of rust-lang#105221 to restore fat archive reading with LlvmArchiveBuilder. Should fix rust-lang#107162, rust-lang#107334 and google/shaderc-rs#133
thanks for bringing this to my attention as well. I can confirm that I also hit the same issue. |
sorry, I missed that comment. thanks |
@rustbot label: E-needs-test |
Will this issue trigger a release of 1.67.1 or will we need to apply the patches for this ourselves in distros? |
…n-archive-reading-for-1-68-beta, r=cuviper Backport reverts to fix thin archive reading for 1 68 beta This is a backport of PR rust-lang#107360 aimed at beta. cc rust-lang#107162, rust-lang#107334 and google/shaderc-rs#133
@Firstyear yes, a 1.67.1 is planned (see draft of the blog post) |
We did release this in 1.67.1, and 1.68.0 also got the patch added while it was in beta. |
Code
Build of
Mesa 22.3.4
(enabledrusticl
) onLinux/aarch64
withrust 1.67.0
fails with:where:
Version it worked on
Builds fine with
rust 1.66.0
.Version with regression
Stable release of
rust 1.67.0
The text was updated successfully, but these errors were encountered: