[PATCH] D53159: [buildbot, windows] Pass the python path for the new windows buildbot correctly
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 15 15:53:33 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL344571: [buildbot, windows] Pass the python path for the new windows buildbot correctly (authored by stella.stamenova, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D53159?vs=169269&id=169766#toc
Repository:
rL LLVM
https://reviews.llvm.org/D53159
Files:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -993,8 +993,7 @@
'category' : 'lldb',
'factory': LLDBBuilder.getLLDBWindowsCMakeBuildFactory(
clean=True,
- python_source_dir="C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64",
- vs='%VS150COMNTOOLS%',
+ python_source_dir=r'"C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64"',
target_arch='x64',
test=True,
extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=OFF'])}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53159.169766.patch
Type: text/x-patch
Size: 804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181015/e85f1104/attachment.bin>
More information about the llvm-commits
mailing list