[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

Siva Chandra via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 23 13:41:16 PDT 2019


sivachandra added inline comments.


================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:71
+            is_legacy_mode=False,
+            depends_on_projects=["llvm", "clang", "lldb", "lld"])
 
----------------
I wonder why it is getting git.lab.llvm.org! Can you try with an additional arg to the LLVMBuildFactory constructor:

```
  repourl_prefix="http://github.com/llvm/"
```


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69341/new/

https://reviews.llvm.org/D69341





More information about the lldb-commits mailing list