arch: add mips64 support

This commit is contained in:
Amaan Qureshi 2026-04-17 02:34:24 -04:00
commit 950d9f4d2c
No known key found for this signature in database
5 changed files with 271 additions and 6 deletions

View file

@ -42,6 +42,11 @@ jobs:
# sparc64 uses experimental asm features
- target: sparc64-unknown-linux-gnu
toolchain: nightly
# mips64 is tier-3 and uses experimental asm features
- target: mips64-unknown-linux-gnuabi64
toolchain: nightly
components: rust-src
build_std: true
steps:
- name: "Checkout"