arch: add sparc64 support

This commit is contained in:
Amaan Qureshi 2026-04-17 02:31:53 -04:00
commit 1b4dcf4a1a
No known key found for this signature in database
5 changed files with 245 additions and 5 deletions

View file

@ -39,6 +39,9 @@ jobs:
toolchain: nightly
components: rust-src
build_std: true
# sparc64 uses experimental asm features
- target: sparc64-unknown-linux-gnu
toolchain: nightly
steps:
- name: "Checkout"