-
Notifications
You must be signed in to change notification settings - Fork 2.6k
cargo for x86_64-pc-windows-gnu is broken #3384
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
Comments
Hm I have yet to see the reproduce elsewhere, and can't reproduce it locally unfortunately. Does this happen deterministically for you? Would it be possible to test this out via AppVeyor's RDP feature to poke around and see what the invalid image is? |
It is deterministic, and I figured out what the issue is. |
That'd do it! I'll look into fixing that. |
This just switches libz to always link statically instead of relying on the system zlib. For MinGW it seems that linkage may default pull in a DLL, which is almost never what we want. Also update curl-sys to fix a build issue on MinGW. Closes rust-lang#3384
Bump libz-sys to 1.0.9 This just switches libz to always link statically instead of relying on the system zlib. For MinGW it seems that linkage may default pull in a DLL, which is almost never what we want. Closes #3384
This just switches libz to always link statically instead of relying on the system zlib. For MinGW it seems that linkage may default pull in a DLL, which is almost never what we want. Also update curl-sys to fix a build issue on MinGW. Closes rust-lang#3384
This just switches libz to always link statically instead of relying on the system zlib. For MinGW it seems that linkage may default pull in a DLL, which is almost never what we want. Also update curl-sys to fix a build issue on MinGW. Closes rust-lang#3384
Since I can't run |
@eminence You can follow http://rusty-dash.com/nightlies to see when the next Rust nightly comes out. |
Thanks! Looks like there was a new nightly release today, and running |
@eminence it may be unrelated, but what are the crashes that you're seeing? |
During a |
Specifically
x86_64-pc-windows-gnu
. No other target is known to be affected.https://ci.appveyor.com/project/retep998/winapi-rs/build/1.0.1027/job/s9rb4k8hlukyrf87
That exit code is
0xC000007B STATUS_INVALID_IMAGE_FORMAT
.cc @alexcrichton
The text was updated successfully, but these errors were encountered: