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
In a nutshell, as Travis CI now supports native builds on Arm64, it could be a good opportunity to set up a job on it running Rust CI tests on the aarch64-unknown-linux-gnu target.
If it is possible for Rust CI infrastructure to have both Azure and Travis CI systems and if all tests run successfully on aarch64-unknown-linux-gnu target this could mean the promotion of this target as Tier 1.
Last time I checked, all tests were passing but the variable arguments ones and this is addressed by @parched at rust-lang/rust#62207