pulsar-client-node icon indicating copy to clipboard operation
pulsar-client-node copied to clipboard

Optimize CI performance

Open shibd opened this issue 2 years ago • 2 comments

Currently CI takes a long time

https://github.com/apache/pulsar-client-node/actions/runs/4380814694/jobs/7668271679

image

shibd avatar Mar 10 '23 04:03 shibd

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.

tisonkun avatar Apr 05 '23 07:04 tisonkun

@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/

davidkhala avatar Jun 01 '25 15:06 davidkhala