-
Notifications
You must be signed in to change notification settings - Fork 377
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
Add x86_64-unknown-illumos target. #913
Conversation
Illumos is tier 2 target, and very close to Solaris and the builds are quite easy (except for the lack of C++ support), so I believe it's worthy of inclusion. I'm currently keeping this as a draft because I haven't done extensive testing yet and it needs a CHANGELOG entry. |
8738806
to
696af6e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Also reduces the size of the Solaris images by ~80MB.
This comment was marked as outdated.
This comment was marked as outdated.
bors try --target x86_64-unknown-illumos |
tryBuild succeeded: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Missing a readme entry, otherwise lgtm!
Updated the README to contain an entry and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded: |
Also reduces the size of the Solaris and FreeBSD images by ~80MB. Closes #539.