We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d8e41 commit 320c264Copy full SHA for 320c264
.github/workflows/stacker.yml
@@ -88,7 +88,7 @@ jobs:
88
- mips64el-unknown-linux-gnuabi64
89
- mipsel-unknown-linux-gnu
90
- powerpc-unknown-linux-gnu
91
- - powerpc64-unknown-linux-gnu
+ # - powerpc64-unknown-linux-gnu
92
- x86_64-unknown-linux-musl
93
timeout-minutes: 10
94
steps:
@@ -136,7 +136,7 @@ jobs:
136
# FIXME: tests could be made work by using full system emulation, maybe?
137
#
138
# Currently tested manually on real hardware.
139
- - sparc64-unknown-linux-gnu
+ # - sparc64-unknown-linux-gnu
140
# BSDs: could be tested with full system emulation
141
- i686-unknown-freebsd
142
- x86_64-unknown-freebsd
0 commit comments