Skip to content

Commit fcae5a7

Browse files
Disable aarch64-linux-android in CI
1 parent 5c07fcf commit fcae5a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bors.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ jobs:
103103
max-parallel: 12
104104
matrix:
105105
target: [
106-
aarch64-linux-android,
106+
# FIXME: Mysterious failures in CI, see
107+
# https://github.com/rust-lang/libc/issues/2081
108+
# aarch64-linux-android,
107109
aarch64-unknown-linux-gnu,
108110
aarch64-unknown-linux-musl,
109111
arm-linux-androideabi,

0 commit comments

Comments
 (0)