Skip to content

Commit b01f41b

Browse files
committed
Auto merge of #3438 - JohnTitor:unignore-aarch64-linux-android, r=JohnTitor
Unignore `aarch64-linux-android` Let's see if the NDK update changes something.
2 parents 1ec4e59 + 0a4b9ce commit b01f41b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/bors.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ jobs:
125125
max-parallel: 12
126126
matrix:
127127
target: [
128-
# FIXME: Mysterious failures in CI, see
129-
# https://github.com/rust-lang/libc/issues/2081
130-
# aarch64-linux-android,
128+
aarch64-linux-android,
131129
aarch64-unknown-linux-gnu,
132130
aarch64-unknown-linux-musl,
133131
arm-linux-androideabi,

0 commit comments

Comments
 (0)