We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 802de3d + 5c3f317 commit ad8b241Copy full SHA for ad8b241
src/tools/miri/.github/workflows/ci.yml
@@ -41,6 +41,11 @@ jobs:
41
multiarch: s390x
42
gcc_cross: s390x-linux-gnu
43
qemu: true
44
+ - host_target: powerpc64le-unknown-linux-gnu
45
+ os: ubuntu-latest
46
+ multiarch: ppc64el
47
+ gcc_cross: powerpc64le-linux-gnu
48
+ qemu: true
49
- host_target: aarch64-apple-darwin
50
os: macos-latest
51
- host_target: i686-pc-windows-msvc
0 commit comments