We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reproducible-build
1 parent c7000bd commit aa39d49Copy full SHA for aa39d49
tests/run-make/reproducible-build/rmake.rs
@@ -20,6 +20,8 @@
20
// See https://github.com/rust-lang/rust/pull/32293
21
// Tracking Issue: https://github.com/rust-lang/rust/issues/129080
22
23
+//@ ignore-cross-compile (linker binary needs to run)
24
+
25
use run_make_support::{
26
bin_name, cwd, diff, is_darwin, is_windows, regex, rfs, run_in_tmpdir, rust_lib_name, rustc,
27
};
0 commit comments