Most CI jobs take about 5 minutes but sparc64-unknown-linux-gnu takes about 25 minutes. I think this is because it is the only job that uses qemu-system vs qemu-user.
It would be nice to somehow get this job's runtime closer to the other jobs. It might be possible to replace qemu-system somehow, or even just do something like only run the job once the PR is in the merge queue (i.e. don't require sparc to complete in PR CI).
Most CI jobs take about 5 minutes but
sparc64-unknown-linux-gnutakes about 25 minutes. I think this is because it is the only job that uses qemu-system vs qemu-user.It would be nice to somehow get this job's runtime closer to the other jobs. It might be possible to replace qemu-system somehow, or even just do something like only run the job once the PR is in the merge queue (i.e. don't require sparc to complete in PR CI).