-
-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Labels
Description
Describe the bug
../go/pkg/mod/github.com/ory/dockertest@v3.3.5+incompatible/docker/pkg/term/tc.go:13:28: undefined: unix.SYS_IOCTL
../go/pkg/mod/github.com/ory/dockertest@v3.3.5+incompatible/docker/pkg/term/tc.go:18:28: undefined: unix.SYS_IOCTL
../go/pkg/mod/github.com/ory/dockertest@v3.3.5+incompatible/docker/pkg/term/termios_bsd.go:24:31: undefined: unix.SYS_IOCTL
../go/pkg/mod/github.com/ory/dockertest@v3.3.5+incompatible/docker/pkg/term/termios_bsd.go:37:31: undefined: unix.SYS_IOCTL
To Reproduce
Steps to reproduce the behavior:
- Use mac/darwin
go get -u github.com/x/sys/... github.com/ory/dockertest/v3- See failure
Expected behavior
Not failing to build
Environment
- Mac OSX, all versions
Additional context
Reactions are currently unavailable