Skip to content

Commit 9e752c8

Browse files
committed
try again to disable tests
1 parent d588e5d commit 9e752c8

File tree

1 file changed

+2
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@ impl Step for Llvm {
470470
//let runtime_targets = vec!["default", "amdgcn-amd-amdhsa", "nvptx64-nvidia-cuda"];
471471
//cfg.define("LLVM_RUNTIME_TARGETS", runtime_targets.join(";"));
472472

473-
cfg.define("-DLLVM_BUILD_TESTS", "OFF");
473+
cfg.define("LLVM_INCLUDE_TESTS", "OFF");
474+
cfg.define("LLVM_BUILD_TESTS", "OFF");
474475
//cfg.define("RUNTIMES_nvptx64-nvidia-cuda_LLVM_ENABLE_RUNTIMES", "openmp");
475476
//cfg.define("RUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES", "openmp");
476477
}

0 commit comments

Comments
 (0)