-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Milestone
Description
Please answer these questions before submitting your issue. Thanks!
-
What version of Go are you using (
go version)?
go1.6.1 and go 1.6.2 -
What operating system and processor architecture are you using (
go env)?
GOARCH="arm64"
GOHOSTARCH="arm64"
GOHOSTOS="linux"
GOOS="linux" -
What did you do?
go get golang.org/x/sys/unix -
What did you expect to see?
Successful completion -
What did you see instead?
golang.org/x/sys/unix
src/golang.org/x/sys/unix/zsyscall_linux_arm64.go:57: undefined: SYS_POLL
Looks like 7f918dd in https://github.com/golang/sys broke arm64 builds
Reactions are currently unavailable