mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-27 02:47:38 +00:00
arch: add powerpc32 support
This commit is contained in:
parent
a6fab02586
commit
7bbc47eb9f
4 changed files with 225 additions and 7 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -49,6 +49,9 @@ jobs:
|
|||
build_std: true
|
||||
- target: i686-unknown-linux-gnu
|
||||
toolchain: stable
|
||||
# powerpc uses experimental asm features
|
||||
- target: powerpc-unknown-linux-gnu
|
||||
toolchain: nightly
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue