kszucs commented on PR #13244: URL: https://github.com/apache/arrow/pull/13244#issuecomment-1147140523
@kou docker layer caching hasn't been working for me when I initially created the windows docker builds: `archery docker build <image>` kept rebuilding the image from scratch despite that the pulled one was built on github actions as well. Since building the windows image takes ages I decided to build it locally then push each time it needs to be updated. > How to fix this? We could try to use the same `pull => build => push` workflow and if there is no cache hit then we should manually check whether the image has been already pushed to the registry. We should also investigate [vcpkg binary caching](https://vcpkg.readthedocs.io/en/stable/users/binarycaching/) using github packages which could speed up all the vcpkg builds significantly. cc @assignUser -- 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]
