[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:50:39 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"])
----------------
sivachandra wrote:
> 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/"
> ```
May be https instead of http.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69341/new/
https://reviews.llvm.org/D69341
More information about the lldb-commits
mailing list