Skip to content

Commit

Permalink
Skip a troublesome crate
Browse files Browse the repository at this point in the history
This crates' errors are during its build process, not its tests. Discussed in rust-lang/rust#134028.
  • Loading branch information
adetaylor authored Dec 9, 2024
1 parent 61ed2a4 commit 99ccf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ rustc_get_version = { skip = true } # does not build on beta
"senrust/toy_compiler2" = { skip-tests = true } # UB when tests run concurrently
"Yogaflre/leetcode" = { skip-tests = true } # UB
"UndeadRat22/kzg10-rust" = { skip-tests = true } # Wraps a non-thread-safe C++ library
"JakeDawkins/graphql-client-302-repro" = { skip-tests = true } # Stack overflow in a proc macro
"JakeDawkins/graphql-client-302-repro" = { skip = true } # Stack overflow in a proc macro
"cdstanford/hydroflow-hackathon" = { skip-tests = true } # UB in a proc macro
"hydro-project/compute-pi" = { skip-tests = true } # UB in a proc macro
"KatsukiFujimoto/git-rs" = { skip-tests = true } # flaky test (HashSet iteration)
Expand Down

0 comments on commit 99ccf0c

Please sign in to comment.