-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Possible Regression] Link failure on 1.67-x86_64-pc-windows-msvc
#133
Comments
This appears to be fixed by rust-lang/rust#107360 ✨ |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 28, 2023
…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
bors
added a commit
to rust-lang/miri
that referenced
this issue
Jan 31, 2023
Fix thin archive reading This includes a revert of rust-lang/rust#105221 to restore fat archive reading with LlvmArchiveBuilder. Should fix #107162, #107334 and google/shaderc-rs#133
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 8, 2023
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Hi, there!
Since updating my toolchain to
1.67-x86_64-pc-windows-msvc
I am now unable to build a crate that depends onshaderc
. If I create a simple project with:cargo new shaderc_test cd shaderc_test cargo add shaderc
And modify
src/main.rs
to:cargo build
will give the following error:If I switch my toolchain back to 1.66 with
rustup default 1.66
, then everything builds fine.Some further notes:
build-from-source
flag doesn't appear to make a differenceshaderc
:The text was updated successfully, but these errors were encountered: