Skip to content

Commit fcb9b76

Browse files
committed
CI: Scale back targets in test matrix.
The matrix was too large for GitHub Actions to process.
1 parent 1ca0709 commit fcb9b76

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ jobs:
149149
- target: aarch64-apple-darwin
150150
host_os: macos-13-xlarge
151151

152-
- target: aarch64-apple-ios
153-
host_os: macos-13
154-
# TODO: Run in the emulator.
155-
cargo_options: --no-run
156-
157152
- target: aarch64-linux-android
158153
host_os: ubuntu-22.04
159154
# TODO: https://github.com/briansmith/ring/issues/486
@@ -167,29 +162,12 @@ jobs:
167162
- target: aarch64-unknown-linux-gnu
168163
host_os: ubuntu-22.04
169164

170-
- target: aarch64-unknown-linux-musl
171-
host_os: ubuntu-22.04
172-
173-
- target: arm-unknown-linux-gnueabi
174-
host_os: ubuntu-22.04
175-
176-
- target: armv7-linux-androideabi
177-
host_os: ubuntu-22.04
178-
# TODO: https://github.com/briansmith/ring/issues/838
179-
cargo_options: --no-run
180-
181165
- target: armv7-unknown-linux-musleabihf
182166
host_os: ubuntu-22.04
183167

184168
- target: i686-pc-windows-msvc
185169
host_os: windows-latest
186170

187-
- target: i686-unknown-linux-gnu
188-
host_os: ubuntu-22.04
189-
190-
- target: i686-unknown-linux-musl
191-
host_os: ubuntu-22.04
192-
193171
- target: powerpc-unknown-linux-gnu
194172
host_os: ubuntu-22.04
195173

@@ -199,18 +177,12 @@ jobs:
199177
- target: wasm32-wasi
200178
host_os: ubuntu-22.04
201179

202-
- target: x86_64-pc-windows-gnu
203-
host_os: windows-latest
204-
205180
- target: x86_64-pc-windows-msvc
206181
host_os: windows-latest
207182

208183
- target: x86_64-apple-darwin
209184
host_os: macos-13
210185

211-
- target: x86_64-unknown-linux-musl
212-
host_os: ubuntu-22.04
213-
214186
- target: x86_64-unknown-linux-gnu
215187
host_os: ubuntu-22.04
216188

0 commit comments

Comments
 (0)