Skip to content
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

Merged
merged 3 commits into from
Mar 25, 2020

Conversation

RalfJung
Copy link
Collaborator

@RalfJung RalfJung commented Mar 1, 2020

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.

@RalfJung
Copy link
Collaborator Author

RalfJung commented Mar 1, 2020

Hm... something in the preparatory phase of the CI job fails, in this part:

xargo/ci/install.sh

Lines 22 to 27 in 5984b8d

curl -LSfs https://japaric.github.io/trust/install.sh | \
sh -s -- \
--force \
--git japaric/cross \
--tag $tag \
--target $target

@japaric did you change that script recently, or did something else change that makes the script fail now?

@RalfJung
Copy link
Collaborator Author

RalfJung commented Mar 1, 2020

Ah, looks like cross stopped providing x86_64-unknown-linux-gnu binaries.

@RalfJung
Copy link
Collaborator Author

RalfJung commented Mar 1, 2020

Looks like using the musl binaries instead works fine. :)

@RalfJung
Copy link
Collaborator Author

@jethrogb I added a test. Any objections to landing this? This PR enables check-builds of Windows GNU targets on other platforms.

tests/smoke.rs Outdated Show resolved Hide resolved
Co-Authored-By: Aaron Hill <[email protected]>
@RalfJung
Copy link
Collaborator Author

bors try

bors bot added a commit that referenced this pull request Mar 25, 2020
@jethrogb
Copy link
Collaborator

I have no objections but I also have not reviewed this PR

@bors
Copy link
Contributor

bors bot commented Mar 25, 2020

try

Build succeeded

@RalfJung
Copy link
Collaborator Author

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 25, 2020

Build succeeded

@bors bors bot merged commit 914f9b7 into japaric:master Mar 25, 2020
@RalfJung RalfJung deleted the check-no-copy branch March 25, 2020 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants