[Lldb-commits] [PATCH] D67075: Pass -DLLDB_DISABLE_CURSES to the lldb-x86_64-debian bot
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 3 10:16:01 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL370787: Pass -DLLDB_DISABLE_CURSES to the lldb-x86_64-debian bot (authored by labath, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D67075?vs=218338&id=218480#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67075/new/
https://reviews.llvm.org/D67075
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
@@ -821,6 +821,7 @@
test=True,
extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=True',
'-DLLVM_USE_LINKER=gold',
+ '-DLLDB_DISABLE_CURSES=True',
'-DCMAKE_C_COMPILER=clang',
'-DCMAKE_CXX_COMPILER=clang++'])},
{'name': "lldb-aarch64-ubuntu",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67075.218480.patch
Type: text/x-patch
Size: 682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190903/28136c59/attachment.bin>
More information about the lldb-commits
mailing list