assignUser commented on issue #43434: URL: https://github.com/apache/arrow/issues/43434#issuecomment-2253350554
It's the vcpkg build. If you look at the time stamps arrow itself only takes 30 minutes. But llvm takes over an hour https://github.com/ursacomputing/crossbow/actions/runs/9817940199/job/27109855273#step:8:5926 and abseil half an hour etc. I'd recommend adding vcpkg binary caching through the nuget backend like I did for other jobs: https://github.com/apache/arrow/pull/13507 Docker complicates things a bit here, the easiest way is probably to mount the vcpkg directory so you don't have pass things into docker etc.? -- 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]
