geruh commented on PR #2973: URL: https://github.com/apache/iceberg-python/pull/2973#issuecomment-3808918332
I noticed that the original issue mentioned QEMU being slow. I looked at how other projects handle this and saw that Polars recently switched to native ARM runners instead of QEMU here: https://github.com/pola-rs/polars/pull/25894 It looks like Github recently (good timing lol...) added `ubuntu-24.04-arm` for free on public repos, so maybe we can just add this to the matrix and skip QEMU. https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
