mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Disable custom_target::custom_bin_target on windows-gnu
This commit is contained in:
parent
25dcec9f43
commit
704a5d32b5
@ -116,6 +116,8 @@ fn custom_target_dependency() {
|
||||
}
|
||||
|
||||
#[cargo_test(nightly, reason = "requires features no_core, lang_items")]
|
||||
// This is randomly crashing in lld. See https://github.com/rust-lang/rust/issues/115985
|
||||
#[cfg_attr(all(windows, target_env = "gnu"), ignore = "windows-gnu lld crashing")]
|
||||
fn custom_bin_target() {
|
||||
let p = project()
|
||||
.file(
|
||||
|
Loading…
x
Reference in New Issue
Block a user