@@ -15,33 +15,33 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
include :
18
- - target : aarch64-apple-darwin
19
- os : macos-latest
20
- - target : aarch64-unknown-linux-gnu
21
- os : ubuntu-latest
18
+ # - target: aarch64-apple-darwin
19
+ # os: macos-latest
20
+ # - target: aarch64-unknown-linux-gnu
21
+ # os: ubuntu-latest
22
22
- target : aarch64-pc-windows-msvc
23
23
os : windows-latest
24
24
build_only : 1 # Can't run on x86 hosts
25
- - target : arm-unknown-linux-gnueabi
26
- os : ubuntu-latest
27
- - target : arm-unknown-linux-gnueabihf
28
- os : ubuntu-latest
29
- - target : armv7-unknown-linux-gnueabihf
30
- os : ubuntu-latest
31
- - target : i586-unknown-linux-gnu
32
- os : ubuntu-latest
33
- - target : i686-unknown-linux-gnu
34
- os : ubuntu-latest
35
- - target : loongarch64-unknown-linux-gnu
36
- os : ubuntu-latest
37
- - target : powerpc-unknown-linux-gnu
38
- os : ubuntu-latest
39
- - target : powerpc64-unknown-linux-gnu
40
- os : ubuntu-latest
41
- - target : powerpc64le-unknown-linux-gnu
42
- os : ubuntu-latest
43
- - target : riscv64gc-unknown-linux-gnu
44
- os : ubuntu-latest
25
+ # - target: arm-unknown-linux-gnueabi
26
+ # os: ubuntu-latest
27
+ # - target: arm-unknown-linux-gnueabihf
28
+ # os: ubuntu-latest
29
+ # - target: armv7-unknown-linux-gnueabihf
30
+ # os: ubuntu-latest
31
+ # - target: i586-unknown-linux-gnu
32
+ # os: ubuntu-latest
33
+ # - target: i686-unknown-linux-gnu
34
+ # os: ubuntu-latest
35
+ # - target: loongarch64-unknown-linux-gnu
36
+ # os: ubuntu-latest
37
+ # - target: powerpc-unknown-linux-gnu
38
+ # os: ubuntu-latest
39
+ # - target: powerpc64-unknown-linux-gnu
40
+ # os: ubuntu-latest
41
+ # - target: powerpc64le-unknown-linux-gnu
42
+ # os: ubuntu-latest
43
+ # - target: riscv64gc-unknown-linux-gnu
44
+ # os: ubuntu-latest
45
45
- target : thumbv6m-none-eabi
46
46
os : ubuntu-latest
47
47
- target : thumbv7em-none-eabi
52
52
os : ubuntu-latest
53
53
- target : x86_64-unknown-linux-gnu
54
54
os : ubuntu-latest
55
- - target : x86_64-apple-darwin
56
- os : macos-13
55
+ # - target: x86_64-apple-darwin
56
+ # os: macos-13
57
57
- target : wasm32-unknown-unknown
58
58
os : ubuntu-latest
59
59
build_only : 1
0 commit comments