Update lockfile for gcc and cmake crates to pick up MSVC 2017 fixes#4103
Update lockfile for gcc and cmake crates to pick up MSVC 2017 fixes#4103bors merged 1 commit intorust-lang:masterfrom
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.