Merge pull request #4536 from RalfJung/ci
CI: also test build on powerpc
This commit is contained in:
commit
ad8b241e01
1 changed files with 5 additions and 0 deletions
5
src/tools/miri/.github/workflows/ci.yml
vendored
5
src/tools/miri/.github/workflows/ci.yml
vendored
|
|
@ -41,6 +41,11 @@ jobs:
|
|||
multiarch: s390x
|
||||
gcc_cross: s390x-linux-gnu
|
||||
qemu: true
|
||||
- host_target: powerpc64le-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
multiarch: ppc64el
|
||||
gcc_cross: powerpc64le-linux-gnu
|
||||
qemu: true
|
||||
- host_target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
- host_target: i686-pc-windows-msvc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue