Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 17ec2a6

Browse files
committed
disable unrelated CI for now
1 parent 1ecf295 commit 17ec2a6

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/workflows/main.yml

+26-26
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
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
2222
- target: aarch64-pc-windows-msvc
2323
os: windows-latest
2424
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
4545
- target: thumbv6m-none-eabi
4646
os: ubuntu-latest
4747
- target: thumbv7em-none-eabi
@@ -52,8 +52,8 @@ jobs:
5252
os: ubuntu-latest
5353
- target: x86_64-unknown-linux-gnu
5454
os: ubuntu-latest
55-
- target: x86_64-apple-darwin
56-
os: macos-13
55+
# - target: x86_64-apple-darwin
56+
# os: macos-13
5757
- target: wasm32-unknown-unknown
5858
os: ubuntu-latest
5959
build_only: 1

0 commit comments

Comments
 (0)