File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 42
42
strategy :
43
43
matrix :
44
44
target : [
45
- sparcv9-sun-solaris,
45
+ # This target is currently broken:
46
+ # https://github.com/rust-random/getrandom/actions/runs/12949235456/job/36119544880
47
+ # sparcv9-sun-solaris,
46
48
x86_64-unknown-illumos,
47
49
]
48
50
steps :
Original file line number Diff line number Diff line change @@ -152,7 +152,9 @@ jobs:
152
152
# See: https://github.com/cross-rs/cross/issues/1222
153
153
# aarch64-linux-android,
154
154
powerpc-unknown-linux-gnu,
155
- wasm32-unknown-emscripten,
155
+ # This target is currently broken:
156
+ # https://github.com/rust-random/getrandom/actions/runs/12949235459/job/36119546920
157
+ # wasm32-unknown-emscripten,
156
158
]
157
159
steps :
158
160
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments