@@ -149,11 +149,6 @@ jobs:
149
149
- target : aarch64-apple-darwin
150
150
host_os : macos-13-xlarge
151
151
152
- - target : aarch64-apple-ios
153
- host_os : macos-13
154
- # TODO: Run in the emulator.
155
- cargo_options : --no-run
156
-
157
152
- target : aarch64-linux-android
158
153
host_os : ubuntu-22.04
159
154
# TODO: https://github.com/briansmith/ring/issues/486
@@ -167,29 +162,12 @@ jobs:
167
162
- target : aarch64-unknown-linux-gnu
168
163
host_os : ubuntu-22.04
169
164
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
-
181
165
- target : armv7-unknown-linux-musleabihf
182
166
host_os : ubuntu-22.04
183
167
184
168
- target : i686-pc-windows-msvc
185
169
host_os : windows-latest
186
170
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
-
193
171
- target : powerpc-unknown-linux-gnu
194
172
host_os : ubuntu-22.04
195
173
@@ -199,18 +177,12 @@ jobs:
199
177
- target : wasm32-wasi
200
178
host_os : ubuntu-22.04
201
179
202
- - target : x86_64-pc-windows-gnu
203
- host_os : windows-latest
204
-
205
180
- target : x86_64-pc-windows-msvc
206
181
host_os : windows-latest
207
182
208
183
- target : x86_64-apple-darwin
209
184
host_os : macos-13
210
185
211
- - target : x86_64-unknown-linux-musl
212
- host_os : ubuntu-22.04
213
-
214
186
- target : x86_64-unknown-linux-gnu
215
187
host_os : ubuntu-22.04
216
188
0 commit comments