kou commented on pull request #11268:
URL: https://github.com/apache/arrow/pull/11268#issuecomment-934792539
> That seems to be fixed upstream in crc32c, but the fix is not in any tag
or release. Would you be Okay with me pinning to a SHA of this dependency?
Yes. We sometimes use this approach.
> Can I reproduce these builds myself to verify I have fixed such problems?
Yes.
1. Install Archery: `python3 -m pip install -e dev/archery`
See also: https://arrow.apache.org/docs/developers/archery.html
2. Run `ubuntu-cpp` service with `ARCH=arm64v8` environment variable:
`ARCH=arm64v8 archery docker run ubuntu-cpp`
Note that you need qemu-user-static to run this on x86_64.
BTW, it's strange that Travis CI jobs weren't run for this pull request...
--
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]