Skip to content

Commit

Permalink
Auto merge of #695 - saethlin:flaky-crates, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add crates that SIGSEGV in 1.70 crater runs due to UB
  • Loading branch information
bors committed May 22, 2023
2 parents 365c12f + bff8ca5 commit efcbc37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ niftygate-asset = { skip = true } # cfg for stable/nightly, but not beta
futuredsp = { skip = true } # cfg for stable/nightly, but not beta
buildstructor = { skip-tests = true } # compiler error checks in tests
crokey = { skip-tests = true } # compiler error checks in tests
heap-vec = { skip-tests = true } # UB, sometimes segfaults
k2_tree = { skip-tests = true } # UB, sometimes segfaults

[github-repos]
# "org_name/repo_name" = { option = true }
Expand Down

0 comments on commit efcbc37

Please sign in to comment.