mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-27 02:47:38 +00:00
arch: add mips64 support
This commit is contained in:
parent
1b4dcf4a1a
commit
950d9f4d2c
5 changed files with 271 additions and 6 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue