mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Auto merge of #12763 - ehuss:custom_bin_target-windows-gnu, r=weihanglo
Disable custom_target::custom_bin_target on windows-gnu The `custom_target::custom_bin_target` test has been crashing frequently in CI on the x86_64-pc-windows-gnu target since the last LLVM 17 update. This disables the test to reduce the disruption in CI. The issue is being tracked in https://github.com/rust-lang/rust/issues/115985.
This commit is contained in:
commit
1f94bf2db8
@ -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