Skip to content

Commit 1a0190b

Browse files
committed
Enable ppc64le
1 parent d7366f6 commit 1a0190b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ jobs:
9494
- { target: i586-pc-windows-msvc, target_feature: +sse2, os: windows-latest }
9595

9696
# Annoyingly, the x86_64-unknown-linux-gnu runner *almost* always has
97-
# avx512vl, but occasionally doesn't. As a result, we still run that
98-
# one under travis.
97+
# avx512vl, but occasionally doesn't. Maybe one day we can enable it.
9998

10099
steps:
101100
- uses: actions/checkout@v2
@@ -196,9 +195,9 @@ jobs:
196195
- mips64-unknown-linux-gnuabi64
197196
- riscv64gc-unknown-linux-gnu
198197
- powerpc-unknown-linux-gnu
199-
# TODO enable these once a new version of cross is released
198+
- powerpc64le-unknown-linux-gnu
199+
# TODO enable this once a new version of cross is released
200200
# - powerpc64-unknown-linux-gnu
201-
# - powerpc64le-unknown-linux-gnu
202201

203202
steps:
204203
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)