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

Enable builds on solaris/illumos #19

Merged
merged 1 commit into from
Oct 3, 2020
Merged

Conversation

Toasterson
Copy link
Contributor

Quick fix to enable building on solaris/illumos based systems

// +build darwin dragonfly freebsd netbsd openbsd solaris
// +build darwin dragonfly freebsd netbsd openbsd
// +build !solaris
// +build !illumos
Copy link
Owner

Choose a reason for hiding this comment

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

Will constants_solaris.go automatically be included on illumos?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes illumos is a descendant of solaris in the go arch system. Not historically accurate but it prevents us from having to fix a huge amount of packages.

@muesli muesli added the enhancement New feature or request label Oct 3, 2020
@muesli muesli merged commit dedcd9e into muesli:master Oct 3, 2020
@muesli
Copy link
Owner

muesli commented Oct 3, 2020

Thank you @Toasterson!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants