Skip to content

Commit 9643192

Browse files
committed
Disable most CI targets for testing
1 parent 0e7a62d commit 9643192

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

.github/workflows/main.yaml

+48-48
Original file line numberDiff line numberDiff line change
@@ -44,54 +44,54 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
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
9595
- target: i686-pc-windows-gnu
9696
os: windows-2025
9797
channel: nightly-i686-gnu

0 commit comments

Comments
 (0)