We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231f7c6 commit 46fa744Copy full SHA for 46fa744
build_system/tests.rs
@@ -465,7 +465,7 @@ impl TestRunner {
465
out_dir.push("out");
466
467
let is_native = host_triple == target_triple;
468
- let jit_supported = target_triple.contains("x86_64") && is_native;
+ let jit_supported = target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
469
470
let mut rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
471
let mut run_wrapper = Vec::new();
0 commit comments