Skip to content

Commit be44f1b

Browse files
Autodetect VS install on sanitizer-windows
1 parent 5fb1b69 commit be44f1b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,8 @@
18291829
'tags' : ["sanitizer"],
18301830
'workernames' : ["sanitizer-windows"],
18311831
'builddir': "sanitizer-windows",
1832-
'factory': UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
1832+
'factory': UnifiedTreeBuilder.getCmakeWithNinjaWithMSVCBuildFactory(
1833+
vs="autodetect",
18331834
clean=True,
18341835
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"],
18351836
# TODO(boomanaiden154): We should probably be using sccache here.
@@ -1840,9 +1841,6 @@
18401841
"-DLLVM_TARGETS_TO_BUILD=X86",
18411842
"-DCOMPILER_RT_BUILD_BUILTINS=ON",
18421843
"-DCOMPILER_RT_BUILD_ORC=OFF",
1843-
"-DCMAKE_C_COMPILER=cl",
1844-
"-DCMAKE_CXX_COMPILER=cl",
1845-
"-DCMAKE_LINKER=lld-link",
18461844
],
18471845
checks=["check-compiler-rt"],
18481846
# FIXME: Restore `timeout` to default when fixed https://github.com/llvm/llvm-project/issues/102513

0 commit comments

Comments
 (0)