-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 lockfile for gcc and cmake crates to pick up MSVC 2017 fixes #4103
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
I'm going to keep investigating problems on x86 |
I guess it's worth trying to land this. |
For some reason I cannot build either rustup or cargo inside a vs2017 "x86 Native Tools Command Prompt" using curl-sys 0.3.11. If I override it with curl-sys from git both build. The error is 'module machine type 'x64' conflicts with target machine type 'X86'. FWIW here is the rustup pr that is failing on i686. |
I'm surprised this succeeded on i686-msvc... |
Eh let's see what CI says: @bors: r+ |
📌 Commit aa27157 has been approved by |
@bors r=alexcrichton |
📌 Commit 2377bfd has been approved by |
Update lockfile for gcc and cmake crates to pick up MSVC 2017 fixes Seems to work.
☀️ Test successful - status-appveyor, status-travis |
Seems to work.