File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 24
24
- aarch64-unknown-linux-gnu # skip-pr
25
25
- powerpc64-unknown-linux-gnu # skip-pr
26
26
- 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.
27
29
include :
28
30
- target : x86_64-unknown-linux-gnu
29
31
run_tests : YES
Original file line number Diff line number Diff line change 20
20
- x86_64-unknown-linux-gnu
21
21
- armv7-unknown-linux-gnueabihf
22
22
- 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.
23
25
include :
24
26
- target : x86_64-unknown-linux-gnu
25
27
run_tests : YES
Original file line number Diff line number Diff line change @@ -36,10 +36,12 @@ jobs:
36
36
- mipsel-unknown-linux-gnu # skip-pr skip-master
37
37
- mips64el-unknown-linux-gnuabi64 # skip-pr skip-master
38
38
- 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
43
45
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
44
46
include :
45
47
- target : x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ jobs:
45
45
- mipsel-unknown-linux-gnu # skip-pr skip-master
46
46
- mips64el-unknown-linux-gnuabi64 # skip-pr skip-master
47
47
- 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
52
54
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
53
55
include :
54
56
- target : x86_64-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments