Commit 535d289
committed
Add PowerPC64 to CI matrix
Adds just the ppc64le-linux to the CI test matrix with QEMU emulation.
Local testing performed:
- Verified YAML syntax is valid (python yaml.safe_load)
- Confirmed gcc-powerpc64le-linux-gnu packge exists in apt
- Verified qemu-ppc64le can execute PPC64 binaries (exit code test)
- Built origin for powerpc64le-unknown-linux-gnu target successfully
MIPS32 CI is not included because rust-std for mipsel-unknown-linux-gnu
is not available for download (available = false in channel manifest).
Adding MIPS would probably work only through -Zbuild-std, which only
works on nightly, and would add some extra complexity. The MIPS code
is tested by rustfmt and compilation checks but not runtime-tested in CI.1 parent 108a1ed commit 535d289
1 file changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 54 | | |
63 | 55 | | |
64 | 56 | | |
| |||
0 commit comments