File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,9 @@ context_bind = { skip-tests = true } # UB
153
153
unbounded-spsc = { skip-tests = true } # UB
154
154
vtable_gen = { skip-tests = true } # UB
155
155
crt0stack = { skip-tests = true } # UB
156
+ fsdr-blocks = { skip = true } # does not build on beta
157
+ leptos_core = { skip = true } # does not build on beta
158
+ rustc_get_version = { skip = true } # does not build on beta
156
159
157
160
[github-repos ]
158
161
# "org_name/repo_name" = { option = true }
@@ -214,5 +217,9 @@ crt0stack = { skip-tests = true } # UB
214
217
"wojciechkepka/pkger" = { skip-tests = true } # flaky test (concurrency)
215
218
"xffxff/muzero-rs" = { skip-tests = true } # flaky test (rng)
216
219
"maxjeffos/rs_dynamic_args" = { skip-tests = true } # flaky test (concurrency)
220
+ "AntiHero/leptos_fun" = { skip = true } # broken cfg for beta
221
+ "samcarey/drop_block_test" = { skip = true } # broken cfg for beta
222
+ "c0repwn3r/mangrove" = { skip = true } # broken beta rustc version parsing
223
+ "zbzalex/rustc_get_version" = { skip = true } # broken beta rustc version parsing
217
224
218
225
[local-crates ]
Original file line number Diff line number Diff line change @@ -189,12 +189,16 @@ pub struct Issue {
189
189
pub number : i32 ,
190
190
pub url : String ,
191
191
pub html_url : String ,
192
+ // used in some targets
193
+ #[ allow( unused) ]
192
194
pub labels : Vec < Label > ,
193
195
pub pull_request : Option < PullRequest > ,
194
196
}
195
197
196
198
#[ derive( Deserialize ) ]
197
199
pub struct PullRequest {
200
+ // used in some targets
201
+ #[ allow( unused) ]
198
202
pub html_url : String ,
199
203
}
200
204
@@ -231,6 +235,8 @@ pub struct Team {
231
235
232
236
#[ derive( Deserialize ) ]
233
237
pub struct Commit {
238
+ // used in some targets
239
+ #[ allow( unused) ]
234
240
pub sha : String ,
235
241
pub parents : Vec < CommitParent > ,
236
242
}
Original file line number Diff line number Diff line change 253
253
{
254
254
"color_idx" : 0 ,
255
255
"log" : " stable/local/faulty-deps" ,
256
- "name_idx" : 7
256
+ "name_idx" : 1
257
257
},
258
258
{
259
259
"color_idx" : 0 ,
473
473
" build ICE" ,
474
474
" test failed (unknown)" ,
475
475
" broken Cargo.toml" ,
476
- " deps yanked" ,
477
- " build faulty deps"
476
+ " deps yanked"
478
477
]
479
478
}
Original file line number Diff line number Diff line change 171
171
"runs" : [
172
172
{
173
173
"log" : " stable/local/faulty-deps" ,
174
- "res" : " build-fail:depends-on(reg/lazy_static/0.1.0, gh/rust-lang/crater/c3f462bdab37a93c24b2b172b90564749e892cbc) "
174
+ "res" : " build-fail:unknown "
175
175
},
176
176
{
177
177
"log" : " beta/local/faulty-deps" ,
You can’t perform that action at this time.
0 commit comments