-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
i686 musl cannot panic #39053
Comments
duplicate of #35599 It's |
Indeed! |
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Jan 16, 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 rust-lang#38531 Closes rust-lang#39053
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g. for a simple program like:
it runs as:
cc @japaric
The text was updated successfully, but these errors were encountered: