Skip to content

Commit aa39d49

Browse files
committed
tests: adjust reproducible-build to ignore cross-compile
The linker binary needs to run.
1 parent c7000bd commit aa39d49

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/reproducible-build

1 file changed

+2
-0
lines changed

tests/run-make/reproducible-build/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
// See https://github.com/rust-lang/rust/pull/32293
2121
// Tracking Issue: https://github.com/rust-lang/rust/issues/129080
2222

23+
//@ ignore-cross-compile (linker binary needs to run)
24+
2325
use run_make_support::{
2426
bin_name, cwd, diff, is_darwin, is_windows, regex, rfs, run_in_tmpdir, rust_lib_name, rustc,
2527
};

0 commit comments

Comments
 (0)