Skip to content

Commit fa849ba

Browse files
authored
Merge pull request #4470 from tgross35/ci-disable-android
ci: Disable the i686 Android job
2 parents 6955f6d + eba1e9d commit fa849ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ jobs:
177177
- aarch64-unknown-linux-musl
178178
- arm-linux-androideabi
179179
- arm-unknown-linux-musleabihf
180-
- i686-linux-android
180+
# FIXME(#4297): Disabled due to spurious failueSome android jobs are disabled because of high rates of
181+
# - i686-linux-android
181182
- i686-unknown-linux-musl
182183
- loongarch64-unknown-linux-gnu
183184
- loongarch64-unknown-linux-musl

0 commit comments

Comments
 (0)