pulsar-client-node
pulsar-client-node copied to clipboard
Optimize CI performance
Currently CI takes a long time
https://github.com/apache/pulsar-client-node/actions/runs/4380814694/jobs/7668271679
This is a common issue that using QEMU to emulate ARM64 instructions on AMD64 machines is slow.
I don't think we have good solutions for it, but waiting for GitHub supports ARM64 runner. My personal project uses buildjet runners with a paid subscription. But for pulsar-client-node managed by the Apache org, you may file a ticket on https://issues.apache.org/jira/projects/INFRA.
@shibd Is it still valid? Github GA arm64 runners in Sep 2024.
- https://github.blog/changelog/2024-09-03-github-actions-arm64-linux-and-windows-runners-are-now-generally-available/