zcsizmadia commented on PR #2722: URL: https://github.com/apache/avro/pull/2722#issuecomment-2931890236
I did attempt to use the mac github runners however they were not totally in sync with the ubuntu runners when it came to packages especially with Java. Using an arm runner should have the same packages symmetrically installed just like on ubuntu to using a matrix. Implementing for a specific language was a much simpler task, however supporting multi languages in a similar fashion before the arm runner was not trivial. Of course the build times would double adding arm to the matrix everywhere, but maybe only to C#, Java and c++ would need arm64 testing until it is proven that there are potential issues when comes to arch diffs in other languagesOn Jun 2, 2025, at 12:47 PM, Martin Grigorov ***@***.***> wrote:martin-g left a comment (apache/avro#2722) It was neither an attempt nor an emulation. The ASF provides its own ARM64 VMs which are being used at the moment. The Rust SDK moved to the GitHub ones some time ago. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***> -- 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]
