[PATCH] D42826: [buildbot] Do not check out parts of the tree that cuda bot does not need.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 10:39:53 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL324117: [buildbot] Do not check out parts of the tree cuda bot does not need. (authored by tra, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D42826
Files:
zorg/trunk/zorg/buildbot/builders/CUDATestsuiteBuilder.py
Index: zorg/trunk/zorg/buildbot/builders/CUDATestsuiteBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/CUDATestsuiteBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/CUDATestsuiteBuilder.py
@@ -66,7 +66,10 @@
useTwoStage=useTwoStage,
stage1_config=stage1_config,
stage2_config=stage2_config,
+ checkout_clang_tools_extra=False,
+ checkout_compiler_rt=False,
checkout_libcxx=enable_libcxx,
+ checkout_lld=False,
checkout_test_suite=True)
cuda_test_env = {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42826.132631.patch
Type: text/x-patch
Size: 627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180202/51502839/attachment.bin>
More information about the llvm-commits
mailing list