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 5c07fcf commit fcae5a7Copy full SHA for fcae5a7
.github/workflows/bors.yml
@@ -103,7 +103,9 @@ jobs:
103
max-parallel: 12
104
matrix:
105
target: [
106
- aarch64-linux-android,
+ # FIXME: Mysterious failures in CI, see
107
+ # https://github.com/rust-lang/libc/issues/2081
108
+ # aarch64-linux-android,
109
aarch64-unknown-linux-gnu,
110
aarch64-unknown-linux-musl,
111
arm-linux-androideabi,
0 commit comments