From 5e5745318a7efdfd3f927102550ba4697c4f5863 Mon Sep 17 00:00:00 2001 From: Caleb Zulawski Date: Thu, 27 Jul 2023 10:15:05 -0400 Subject: [PATCH] Disable big endian ppc64 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca1ab996a7b3..ed1589be4f16 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.