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

Use Solaris 10 compatible compiler triplet #160

Merged
merged 1 commit into from
Nov 17, 2017
Merged

Use Solaris 10 compatible compiler triplet #160

merged 1 commit into from
Nov 17, 2017

Conversation

bgermann
Copy link
Contributor

This changes the solaris2.11 part of the gcc triplet
to solaris2.10, because there is a compatibility issue:
If a rust program panics on Solaris 10 the backtrace
cannot be generated because of a runtime error.

Changing the triplet works for both Solaris 10 and 11.
It is also the same triplet that is used by Rust's CI.

This changes the solaris2.11 part of the gcc triplet
to solaris2.10, because there is a compatibility issue:
If a rust program panics on Solaris 10 the backtrace
cannot be generated because of a runtime error.

Changing the triplet works for both Solaris 10 and 11.
It is also the same triplet that is used by Rust's CI.
@japaric
Copy link
Contributor

japaric commented Nov 17, 2017

Thanks, @bgermann.

@homunkulus r+

@homunkulus
Copy link
Contributor

📌 Commit d5bc65a has been approved by japaric

@homunkulus
Copy link
Contributor

⌛ Testing commit d5bc65a with merge 11504da...

japaric pushed a commit that referenced this pull request Nov 17, 2017
Use Solaris 10 compatible compiler triplet

This changes the solaris2.11 part of the gcc triplet
to solaris2.10, because there is a compatibility issue:
If a rust program panics on Solaris 10 the backtrace
cannot be generated because of a runtime error.

Changing the triplet works for both Solaris 10 and 11.
It is also the same triplet that is used by Rust's CI.
@homunkulus
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: japaric
Pushing 11504da to master...

@homunkulus homunkulus merged commit d5bc65a into cross-rs:master Nov 17, 2017
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.

None yet

3 participants