zeroshade opened a new pull request #12214:
URL: https://github.com/apache/arrow/pull/12214


   The `//go:build` syntax being used in place of `// +build` was introduced in 
go1.17. Our CI runs with go1.16 so as long as we want to support go1.16 we need 
both the `//go:build` and `// +build` . Currently only the `cpu_arm64.go` file 
has the `//go:build` syntax which is only considered when building on an arm64 
machine. That's why it only failed on the Apple M1 verification.
   
   Adding the `// +build arm64` line will allow it to pass verification.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to