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: Enable testing i686 musl #39227

Merged
merged 1 commit into from
Jan 24, 2017
Merged

Conversation

alexcrichton
Copy link
Member

This fixes the final issues with the target related to unwinding by disabling
removal of frame pointers.

@rust-highfive
Copy link
Collaborator

r? @arielb1

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

// The unwinder used by i686-unknown-linux-musl, the LLVM libunwind
// implementation, apparently relies on frame pointers existing... somehow.
// It's not clear to me why nor where this dependency is introduced, but the
// test suite doesn't pass with frame pointers eliminated and it passes with
Copy link
Member

Choose a reason for hiding this comment

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

This sentence contradicts itself by saying test passes and does not pass when the same condition applies.

This fixes the final issues with the target related to unwinding by disabling
removal of frame pointers.
@brson
Copy link
Contributor

brson commented Jan 23, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Jan 23, 2017

📌 Commit d56999a has been approved by brson

@bors
Copy link
Contributor

bors commented Jan 24, 2017

⌛ Testing commit d56999a with merge 0ba6038...

bors added a commit that referenced this pull request Jan 24, 2017
travis: Enable testing i686 musl

This fixes the final issues with the target related to unwinding by disabling
removal of frame pointers.
@bors
Copy link
Contributor

bors commented Jan 24, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: brson
Pushing 0ba6038 to master...

@bors bors merged commit d56999a into rust-lang:master Jan 24, 2017
@alexcrichton alexcrichton deleted the enable-i686-musl branch January 26, 2017 00:42
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.

6 participants