Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit dc031c7

Browse files
committed
tests: ignore link-dedup on cross-compile
1 parent ebfd0bf commit dc031c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-make/link-dedup/rmake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Without the --cfg flag, there should be a single -ltesta, no more, no less.
66
// See https://github.com/rust-lang/rust/pull/84794
77

8+
//@ ignore-cross-compile (exercises host linker)
9+
810
use std::fmt::Write;
911

1012
use run_make_support::{is_msvc, rustc};

0 commit comments

Comments
 (0)