-
Notifications
You must be signed in to change notification settings - Fork 93
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
skip copy of windows-gnu libs in check-only mode #276
Conversation
Hm... something in the preparatory phase of the CI job fails, in this part: Lines 22 to 27 in 5984b8d
@japaric did you change that script recently, or did something else change that makes the script fail now? |
Ah, looks like cross stopped providing x86_64-unknown-linux-gnu binaries. |
Looks like using the musl binaries instead works fine. :) |
@jethrogb I added a test. Any objections to landing this? This PR enables check-builds of Windows GNU targets on other platforms. |
Co-Authored-By: Aaron Hill <[email protected]>
bors try |
I have no objections but I also have not reviewed this PR |
tryBuild succeeded |
bors r+ |
Build succeeded |
Unfortunately we cannot test
--target x86_64-pc-windows-gnu
until rust-lang/backtrace-rs#297 lands and propagates. But I confirmed locally that using both together makes that target work on my Linux box.