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

travis: Add i586 linux and i686 musl #39068

Merged
merged 1 commit into from
Jan 21, 2017

Conversation

alexcrichton
Copy link
Member

@alexcrichton alexcrichton commented Jan 14, 2017

This commit expands the existing x86_64-musl entry in the Travis matrix to also
build/test i586-unknown-linux-gnu and i686-unknown-linux-musl.

cc #38531
Closes #35599
Closes #39053

@rust-highfive
Copy link
Collaborator

r? @brson

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

@bors
Copy link
Contributor

bors commented Jan 16, 2017

☔ The latest upstream changes (presumably #39042) made this pull request unmergeable. Please resolve the merge conflicts.

This commit expands the existing x86_64-musl entry in the Travis matrix to also
build/test i586-unknown-linux-gnu and i686-unknown-linux-musl.

cc rust-lang#38531
Closes rust-lang#39053
# looking like the register values for ESP/EBP were indeed incorrect (swapped)
# in the source. Similar commits in libunwind (r280099 and r282589) have noticed
# this for other platforms, and we just need to realize it for musl linux as
# well.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holy shit

@brson
Copy link
Contributor

brson commented Jan 18, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Jan 18, 2017

📌 Commit 6162637 has been approved by brson

@bors
Copy link
Contributor

bors commented Jan 20, 2017

⌛ Testing commit 6162637 with merge 1cf8da1...

@bors
Copy link
Contributor

bors commented Jan 20, 2017

💔 Test failed - status-appveyor

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 20, 2017
travis: Add i586 linux and i686 musl

This commit expands the existing x86_64-musl entry in the Travis matrix to also
build/test i586-unknown-linux-gnu and i686-unknown-linux-musl.

cc rust-lang#38531
Closes rust-lang#35599
Closes rust-lang#39053
@alexcrichton
Copy link
Member Author

alexcrichton commented Jan 20, 2017 via email

@alexcrichton
Copy link
Member Author

@bors: r-

  • i686 musl still has a broken unwinder

@alexcrichton alexcrichton reopened this Jan 20, 2017
bors added a commit that referenced this pull request Jan 20, 2017
@alexcrichton
Copy link
Member Author

With a tip from the #llvm IRC channel looks like all we needed was to enable frame pointers. I have done so and it fixes the failures I previously saw. The fix missed the most recent revision of the rollup, so I'll probably send a follow-up PR to enable testing for i686 musl.

bors added a commit that referenced this pull request Jan 21, 2017
@bors bors merged commit 6162637 into rust-lang:master Jan 21, 2017
@alexcrichton alexcrichton deleted the more-small-tests branch January 21, 2017 18:04
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.

4 participants