adamreeve commented on PR #41839: URL: https://github.com/apache/arrow/pull/41839#issuecomment-2133174852
The binary caching is failing in the CI builds for this PR but this is only because GitHub doesn't allow writing to the packages in a build for a PR from a fork (see https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token). Eg. there are log lines like: ``` Uploading binaries for 'vcpkg-cmake-config:x64-windows' to 'NuGet' source "GitHub". Pushing NuGet to "GitHub" failed. Use --debug for more information. Stored binaries in 0 destinations in 1.9 s. ``` The caching does work when I tested it on my fork, eg. see https://github.com/adamreeve/arrow/actions/runs/9253178800/job/25452360216, where the "Build C++ VCPKG dependencies" step took 1 minute rather than 50. Once this PR is merged to main then any PR builds should be able to read from the cache but won't be able to write to it. -- 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]
