Skip to content

Commit

Permalink
Disable the failing ppc64-le cross check on v0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed May 15, 2022
1 parent 13df1ef commit 73c3353
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- mips64-unknown-linux-gnuabi64
- mips64el-unknown-linux-gnuabi64
- mipsel-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
# NOTE: This fails on cross v0.2.1, which is unusual since
# manually invoking the failing tests with qemu-5.1.0 passes.
#- powerpc64le-unknown-linux-gnu
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl

Expand Down

0 comments on commit 73c3353

Please sign in to comment.