File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ jobs:
106
106
- mips64el-unknown-linux-gnuabi64
107
107
- mipsel-unknown-linux-gnu
108
108
- powerpc-unknown-linux-gnu
109
- - powerpc64-unknown-linux-gnu
109
+ # https://github.com/rust-embedded/cross/pull/440
110
+ # - powerpc64-unknown-linux-gnu
110
111
- x86_64-unknown-linux-musl
111
112
timeout-minutes : 10
112
113
steps :
@@ -171,7 +172,8 @@ jobs:
171
172
# FIXME: tests could be made work by using full system emulation, maybe?
172
173
#
173
174
# Currently tested manually on real hardware.
174
- - sparc64-unknown-linux-gnu
175
+ # FIXME: https://github.com/rust-embedded/cross/pull/440
176
+ # - sparc64-unknown-linux-gnu
175
177
# BSDs: could be tested with full system emulation
176
178
- x86_64-unknown-netbsd
177
179
timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments