kou commented on issue #43951: URL: https://github.com/apache/arrow/issues/43951#issuecomment-2466521549
Implemented: https://github.com/apache/arrow/pull/44644#pullrequestreview-2425608164 It uses `VCPKG_BINARY_SOURCES=clear;nuget,GitHub,readwrite`. We can't use `VCPKG_BINARY_SOURCES=clear;x-gha,rw;files,/vcpkg-cache,rw` (GitHub Actions cache) with Crossbow. Because Crossbow doesn't use the default branch in a normal way. (Do I need to explain this more?) manylinux and java-jar jobs use NuGet + GitHub Packages based cache. Exception: manylinux2014 + aarch64 jobs don't use it. Because NuGet doesn't work on the platform. (Mono is old.) -- 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]
