@@ -44,54 +44,54 @@ jobs:
44
44
fail-fast : false
45
45
matrix :
46
46
include :
47
- - target : aarch64-apple-darwin
48
- os : macos-15
49
- - target : aarch64-unknown-linux-gnu
50
- os : ubuntu-24.04-arm
51
- - target : aarch64-pc-windows-msvc
52
- os : windows-2025
53
- test_verbatim : 1
54
- build_only : 1
55
- - target : arm-unknown-linux-gnueabi
56
- os : ubuntu-24.04
57
- - target : arm-unknown-linux-gnueabihf
58
- os : ubuntu-24.04
59
- - target : armv7-unknown-linux-gnueabihf
60
- os : ubuntu-24.04
61
- - target : i586-unknown-linux-gnu
62
- os : ubuntu-24.04
63
- - target : i686-unknown-linux-gnu
64
- os : ubuntu-24.04
65
- - target : loongarch64-unknown-linux-gnu
66
- os : ubuntu-24.04
67
- - target : powerpc-unknown-linux-gnu
68
- os : ubuntu-24.04
69
- - target : powerpc64-unknown-linux-gnu
70
- os : ubuntu-24.04
71
- - target : powerpc64le-unknown-linux-gnu
72
- os : ubuntu-24.04
73
- - target : riscv64gc-unknown-linux-gnu
74
- os : ubuntu-24.04
75
- - target : thumbv6m-none-eabi
76
- os : ubuntu-24.04
77
- - target : thumbv7em-none-eabi
78
- os : ubuntu-24.04
79
- - target : thumbv7em-none-eabihf
80
- os : ubuntu-24.04
81
- - target : thumbv7m-none-eabi
82
- os : ubuntu-24.04
83
- - target : wasm32-unknown-unknown
84
- os : ubuntu-24.04
85
- - target : x86_64-unknown-linux-gnu
86
- os : ubuntu-24.04
87
- - target : x86_64-apple-darwin
88
- os : macos-13
89
- - target : i686-pc-windows-msvc
90
- os : windows-2025
91
- test_verbatim : 1
92
- - target : x86_64-pc-windows-msvc
93
- os : windows-2025
94
- test_verbatim : 1
47
+ # - target: aarch64-apple-darwin
48
+ # os: macos-15
49
+ # - target: aarch64-unknown-linux-gnu
50
+ # os: ubuntu-24.04-arm
51
+ # - target: aarch64-pc-windows-msvc
52
+ # os: windows-2025
53
+ # test_verbatim: 1
54
+ # build_only: 1
55
+ # - target: arm-unknown-linux-gnueabi
56
+ # os: ubuntu-24.04
57
+ # - target: arm-unknown-linux-gnueabihf
58
+ # os: ubuntu-24.04
59
+ # - target: armv7-unknown-linux-gnueabihf
60
+ # os: ubuntu-24.04
61
+ # - target: i586-unknown-linux-gnu
62
+ # os: ubuntu-24.04
63
+ # - target: i686-unknown-linux-gnu
64
+ # os: ubuntu-24.04
65
+ # - target: loongarch64-unknown-linux-gnu
66
+ # os: ubuntu-24.04
67
+ # - target: powerpc-unknown-linux-gnu
68
+ # os: ubuntu-24.04
69
+ # - target: powerpc64-unknown-linux-gnu
70
+ # os: ubuntu-24.04
71
+ # - target: powerpc64le-unknown-linux-gnu
72
+ # os: ubuntu-24.04
73
+ # - target: riscv64gc-unknown-linux-gnu
74
+ # os: ubuntu-24.04
75
+ # - target: thumbv6m-none-eabi
76
+ # os: ubuntu-24.04
77
+ # - target: thumbv7em-none-eabi
78
+ # os: ubuntu-24.04
79
+ # - target: thumbv7em-none-eabihf
80
+ # os: ubuntu-24.04
81
+ # - target: thumbv7m-none-eabi
82
+ # os: ubuntu-24.04
83
+ # - target: wasm32-unknown-unknown
84
+ # os: ubuntu-24.04
85
+ # - target: x86_64-unknown-linux-gnu
86
+ # os: ubuntu-24.04
87
+ # - target: x86_64-apple-darwin
88
+ # os: macos-13
89
+ # - target: i686-pc-windows-msvc
90
+ # os: windows-2025
91
+ # test_verbatim: 1
92
+ # - target: x86_64-pc-windows-msvc
93
+ # os: windows-2025
94
+ # test_verbatim: 1
95
95
- target : i686-pc-windows-gnu
96
96
os : windows-2025
97
97
channel : nightly-i686-gnu
0 commit comments