-
Notifications
You must be signed in to change notification settings - Fork 1.1k
MinGW: also copy libmingwex.a from C toolchain #1454
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
Conversation
r? @gnzlbg (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 63fd0f5 has been approved by |
MinGW: also copy libmingwex.a from C toolchain Fixes recent CI error: ``` note: C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmsvcrt.a(dyims01169.o):(.text+0x0): multiple definition of `longjmp' C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmingwex.a(lib32_libmingwex_a-mingw_getsp.o):mingw_getsp.S:(.text+0x5): first defined here ``` Successful build: https://ci.appveyor.com/project/mati865/libc/builds/26425673 It also should be added to Azure in #1376
All green. |
@bors: retry |
MinGW: also copy libmingwex.a from C toolchain Fixes recent CI error: ``` note: C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmsvcrt.a(dyims01169.o):(.text+0x0): multiple definition of `longjmp' C:\Program Files (x86)\Rust\lib\rustlib\i686-pc-windows-gnu\lib/libmingwex.a(lib32_libmingwex_a-mingw_getsp.o):mingw_getsp.S:(.text+0x5): first defined here ``` Successful build: https://ci.appveyor.com/project/mati865/libc/builds/26425673 It also should be added to Azure in #1376
💥 Test timed out |
@bors: r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 63fd0f5 has been approved by |
If #1376 is close to being merged you can close this one. |
I'm closing this in favor of that one, but bors is timing out all over the place all the time. |
Fixes recent CI error:
Successful build: https://ci.appveyor.com/project/mati865/libc/builds/26425673
It also should be added to Azure in #1376