diff options
| author | Caleb Zulawski <caleb.zulawski@gmail.com> | 2023-07-27 10:15:05 -0400 |
|---|---|---|
| committer | Caleb Zulawski <caleb.zulawski@gmail.com> | 2023-07-27 10:15:05 -0400 |
| commit | 5e5745318a7efdfd3f927102550ba4697c4f5863 (patch) | |
| tree | 3aebef8051b2cadd5ecc74c04932c9193afe3342 | |
| parent | baa5791a453dccf5d09404e601cc6403c6a9cd3b (diff) | |
| download | rust-5e5745318a7efdfd3f927102550ba4697c4f5863.tar.gz rust-5e5745318a7efdfd3f927102550ba4697c4f5863.zip | |
Disable big endian ppc64
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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. |
