Skip to content

Commit 0501a77

Browse files
committed
Temporarily disable the android tests
1 parent 49023e1 commit 0501a77

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.github/workflows/linux-builds-on-master.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- aarch64-unknown-linux-gnu # skip-pr
2525
- powerpc64-unknown-linux-gnu # skip-pr
2626
- x86_64-unknown-linux-musl # skip-pr
27+
# Temporarily disabled due to https://github.com/rust-lang/rust/issues/103673.
28+
# FIXME(hi-rustin): Re-enable them after the issue is fixed.
2729
include:
2830
- target: x86_64-unknown-linux-gnu
2931
run_tests: YES

.github/workflows/linux-builds-on-pr.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- x86_64-unknown-linux-gnu
2121
- armv7-unknown-linux-gnueabihf
2222
- aarch64-linux-android
23+
# Temporarily disabled due to https://github.com/rust-lang/rust/issues/103673.
24+
# FIXME(hi-rustin): Re-enable them after the issue is fixed.
2325
include:
2426
- target: x86_64-unknown-linux-gnu
2527
run_tests: YES

.github/workflows/linux-builds-on-stable.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ jobs:
3636
- mipsel-unknown-linux-gnu # skip-pr skip-master
3737
- mips64el-unknown-linux-gnuabi64 # skip-pr skip-master
3838
- s390x-unknown-linux-gnu # skip-pr skip-master
39-
- arm-linux-androideabi # skip-pr skip-master
40-
- armv7-linux-androideabi # skip-pr skip-master
41-
- i686-linux-android # skip-pr skip-master
42-
- x86_64-linux-android # skip-pr skip-master
39+
# Temporarily disabled due to https://github.com/rust-lang/rust/issues/103673.
40+
# FIXME(hi-rustin): Re-enable them after the issue is fixed.
41+
# - arm-linux-androideabi # skip-pr skip-master
42+
# - armv7-linux-androideabi # skip-pr skip-master
43+
# - i686-linux-android # skip-pr skip-master
44+
# - x86_64-linux-android # skip-pr skip-master
4345
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
4446
include:
4547
- target: x86_64-unknown-linux-gnu

ci/actions-templates/linux-builds-template.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ jobs:
4545
- mipsel-unknown-linux-gnu # skip-pr skip-master
4646
- mips64el-unknown-linux-gnuabi64 # skip-pr skip-master
4747
- s390x-unknown-linux-gnu # skip-pr skip-master
48-
- arm-linux-androideabi # skip-pr skip-master
49-
- armv7-linux-androideabi # skip-pr skip-master
50-
- i686-linux-android # skip-pr skip-master
51-
- x86_64-linux-android # skip-pr skip-master
48+
# Temporarily disabled due to https://github.com/rust-lang/rust/issues/103673.
49+
# FIXME(hi-rustin): Re-enable them after the issue is fixed.
50+
# - arm-linux-androideabi # skip-pr skip-master
51+
# - armv7-linux-androideabi # skip-pr skip-master
52+
# - i686-linux-android # skip-pr skip-master
53+
# - x86_64-linux-android # skip-pr skip-master
5254
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
5355
include:
5456
- target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)