We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2e04a commit 762c54eCopy full SHA for 762c54e
ci/run.sh
@@ -87,7 +87,9 @@ case ${TARGET} in
87
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa"
88
cargo_test "--release"
89
;;
90
- powerpc*)
+ powerpc64*)
91
+ # We don't build the ppc 32-bit targets with these - these targets
92
+ # are mostly unsupported for now.
93
OLD_RUSTFLAGS="${RUSTFLAGS}"
94
export RUSTFLAGS="${OLD_RUSTFLAGS} -C target-feature=+altivec"
95
0 commit comments