Skip to content

Commit 762c54e

Browse files
committed
Only test on 64-bit ppc
1 parent be2e04a commit 762c54e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/run.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ case ${TARGET} in
8787
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+msa"
8888
cargo_test "--release"
8989
;;
90-
powerpc*)
90+
powerpc64*)
91+
# We don't build the ppc 32-bit targets with these - these targets
92+
# are mostly unsupported for now.
9193
OLD_RUSTFLAGS="${RUSTFLAGS}"
9294
export RUSTFLAGS="${OLD_RUSTFLAGS} -C target-feature=+altivec"
9395
cargo_test "--release"

0 commit comments

Comments
 (0)