Skip to content

travis: Fix testing 32-bit OSX target #38419

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

Merged
merged 1 commit into from
Dec 17, 2016

Conversation

alexcrichton
Copy link
Member

We passed --target when we meant to pass --build, meaning we tested only the
standard library for 32-bit, not the whole compiler like we intended.

We passed --target when we meant to pass --build, meaning we tested only the
standard library for 32-bit, not the whole compiler like we intended.
@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

I was wondering why our 32-bit OSX builder was taking so much longer on Travis, and apparently that was because it was testing two targets, not one! This should fix that.

@brson
Copy link
Contributor

brson commented Dec 17, 2016

@bors r+ p=1

@alexcrichton
Copy link
Member Author

r? @brson

@bors
Copy link
Collaborator

bors commented Dec 17, 2016

📌 Commit 0f742e6 has been approved by brson

@rust-highfive rust-highfive assigned brson and unassigned aturon Dec 17, 2016
@bors
Copy link
Collaborator

bors commented Dec 17, 2016

⌛ Testing commit 0f742e6 with merge dea7ef3...

bors added a commit that referenced this pull request Dec 17, 2016
travis: Fix testing 32-bit OSX target

We passed --target when we meant to pass --build, meaning we tested only the
standard library for 32-bit, not the whole compiler like we intended.
@bors bors merged commit 0f742e6 into rust-lang:master Dec 17, 2016
@alexcrichton alexcrichton deleted the travis-osx-32-bit branch December 19, 2016 20:45
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.

5 participants