You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This varies:
- `ubuntu-22.04-arm` vs. `ubuntu-24.04.arm` GHA runner.
- Installing Rust via the `rust-toolchain` action vs. with curl.sh.
- Installing the stable vs. beta Rust toolchain.
- Installing nextest via `install-action` quickinstall/binstall.
*If* this also confirms that the only fully consistent factor in
whether errors happen is `ubuntu-22.04-arm` vs. `ubuntu-24.04.arm`,
then that will make it clearer that the problem is likely specific
to the `ubuntu-24.04.arm` runner.
See #1790 and rust-lang/rust#135867 for context.
0 commit comments