about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Zulawski <caleb.zulawski@gmail.com>2023-07-27 10:15:05 -0400
committerCaleb Zulawski <caleb.zulawski@gmail.com>2023-07-27 10:15:05 -0400
commit5e5745318a7efdfd3f927102550ba4697c4f5863 (patch)
tree3aebef8051b2cadd5ecc74c04932c9193afe3342
parentbaa5791a453dccf5d09404e601cc6403c6a9cd3b (diff)
downloadrust-5e5745318a7efdfd3f927102550ba4697c4f5863.tar.gz
rust-5e5745318a7efdfd3f927102550ba4697c4f5863.zip
Disable big endian ppc64
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ca1ab996a7b..ed1589be4f1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -188,7 +188,6 @@ jobs:
           # - powerpc64-unknown-linux-gnu
         target_feature: [default]
         include:
-          - { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
           - { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
           # Fails due to QEMU floating point errors, probably handling subnormals incorrectly.
           # This target is somewhat redundant, since ppc64le has altivec as well.