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
We've been hitting compilation issues on iOS arm64 for the past few months. I've just upgraded to the latest code today, but builders are failing with golang.org/x/sys/cpu/cpu_arm64.go:39:22: undefined: HWCap. Could anyone look into this?
golang.org/x/sys/cpu/cpu_arm64.go:39:22: undefined: HWCap
https://travis-ci.org/ethereum/go-ethereum/jobs/493330332#L1207
The text was updated successfully, but these errors were encountered:
Looks like golang.org/x/sys/cpu currently only supports Linux on non x86 processors.
golang.org/x/sys/cpu
ping @tklauser
Sorry, something went wrong.
Change https://golang.org/cl/162797 mentions this issue: cpu: fix build for GOARCH=arm64 on GOOS!=linux
cpu: fix build for GOARCH=arm64 on GOOS!=linux
golang/sys@e777721
Thank you, builders are green again!
No branches or pull requests
We've been hitting compilation issues on iOS arm64 for the past few months. I've just upgraded to the latest code today, but builders are failing with
golang.org/x/sys/cpu/cpu_arm64.go:39:22: undefined: HWCap
. Could anyone look into this?https://travis-ci.org/ethereum/go-ethereum/jobs/493330332#L1207
The text was updated successfully, but these errors were encountered: