Skip to content

Commit 72e122b

Browse files
committed
ci: Disable some of the Android jobs
Unfortunately the Android jobs have had very high rates of spurious failure, especially recently; the chance that one of the Android jobs fails a CI run is about 40% for the past month. This does not seem to be a trivial problem to solve so for now, disable two of the jobs to reduce the chance that other merges get rejected from a spurious failure. Aarch64 is kept as the most important target, as is x86_64 which does not seem to experience these failures. Relevant issue: #4297
1 parent b469721 commit 72e122b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,11 @@ jobs:
175175
- aarch64-linux-android
176176
- aarch64-unknown-linux-gnu
177177
- aarch64-unknown-linux-musl
178-
- arm-linux-androideabi
178+
# FIXME(#4297): Some android jobs are disabled because of high rates of
179+
# spurious failures.
180+
# - arm-linux-androideabi
179181
- arm-unknown-linux-musleabihf
180-
- i686-linux-android
182+
# - i686-linux-android
181183
- i686-unknown-linux-musl
182184
- loongarch64-unknown-linux-gnu
183185
- loongarch64-unknown-linux-musl

0 commit comments

Comments
 (0)