Skip to content

Commit 320c264

Browse files
committed
Disable CI on sparc64-linux and powerpc64-linux
For stacker portion of the CI. See 6bde9f4.
1 parent c0d8e41 commit 320c264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stacker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- mips64el-unknown-linux-gnuabi64
8989
- mipsel-unknown-linux-gnu
9090
- powerpc-unknown-linux-gnu
91-
- powerpc64-unknown-linux-gnu
91+
# - powerpc64-unknown-linux-gnu
9292
- x86_64-unknown-linux-musl
9393
timeout-minutes: 10
9494
steps:
@@ -136,7 +136,7 @@ jobs:
136136
# FIXME: tests could be made work by using full system emulation, maybe?
137137
#
138138
# Currently tested manually on real hardware.
139-
- sparc64-unknown-linux-gnu
139+
# - sparc64-unknown-linux-gnu
140140
# BSDs: could be tested with full system emulation
141141
- i686-unknown-freebsd
142142
- x86_64-unknown-freebsd

0 commit comments

Comments
 (0)