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

Support illumos. #343

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Support illumos. #343

merged 1 commit into from
Mar 22, 2024

Conversation

jperkin
Copy link
Contributor

@jperkin jperkin commented Mar 22, 2024

You may prefer to change this completely to instead be !windows, I didn't do this as I don't know your reasoning for having a static OS list, but it would avoid having to add other OS manually in the future.

I cross-compiled this on macOS:

$ GOOS=illumos GOARCH=amd64 go test -c

and ran the resulting msgp.test on an illumos host:

$ ./msgp.test 
PASS

to verify.

Thanks!

@philhofer philhofer merged commit 2236701 into tinylib:master Mar 22, 2024
5 checks passed
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

2 participants