File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 94
94
- { target: i586-pc-windows-msvc, target_feature: +sse2, os: windows-latest }
95
95
96
96
# 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.
99
98
100
99
steps :
101
100
- uses : actions/checkout@v2
@@ -196,9 +195,9 @@ jobs:
196
195
- mips64-unknown-linux-gnuabi64
197
196
- riscv64gc-unknown-linux-gnu
198
197
- 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
200
200
# - powerpc64-unknown-linux-gnu
201
- # - powerpc64le-unknown-linux-gnu
202
201
203
202
steps :
204
203
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments