mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-27 19:05:21 +00:00
arch: add sparc64 support
This commit is contained in:
parent
0f95ca0f68
commit
1b4dcf4a1a
5 changed files with 245 additions and 5 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue