Skip to content

Commit 6bde9f4

Browse files
committed
Disable CI on sparc64-linux and powerpc64-linux
The upstream project we depend on has disabled building of the docker images of these targets.
1 parent eccbde4 commit 6bde9f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/psm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
- mips64el-unknown-linux-gnuabi64
107107
- mipsel-unknown-linux-gnu
108108
- powerpc-unknown-linux-gnu
109-
- powerpc64-unknown-linux-gnu
109+
# https://github.com/rust-embedded/cross/pull/440
110+
# - powerpc64-unknown-linux-gnu
110111
- x86_64-unknown-linux-musl
111112
timeout-minutes: 10
112113
steps:
@@ -171,7 +172,8 @@ jobs:
171172
# FIXME: tests could be made work by using full system emulation, maybe?
172173
#
173174
# 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
175177
# BSDs: could be tested with full system emulation
176178
- x86_64-unknown-netbsd
177179
timeout-minutes: 10

0 commit comments

Comments
 (0)