Skip to content

Conversation

jperkin
Copy link

@jperkin jperkin commented Aug 1, 2025

This fixes the build on illumos. Without:

$ GOOS=illumos GOARCH=amd64 go123 build
# github.com/moby/go-archive
./xattr_supported_unix.go:7:19: undefined: unix.ENOATTR

With:

$ GOOS=illumos GOARCH=amd64 go123 build
$ echo $?
0

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.

1 participant