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

Commit 63d7e76

Browse files
committed
tests: ignore env-dep-info on cross-compile
1 parent 486c117 commit 63d7e76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-make/env-dep-info/rmake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// appear in the output dep-info files.
55
// See https://github.com/rust-lang/rust/issues/40364
66

7+
//@ ignore-cross-compile (cross-compile targets can introduce complicated env differences)
8+
79
use run_make_support::{diff, rustc};
810

911
fn main() {

0 commit comments

Comments
 (0)