labath created this revision. labath added reviewers: teemperor, jankratochvil.
Tests which require curses functionality are mysteriously failing on this bot, even though the bot does have curses installed, and the tests pass everywhere else. This patch hard-disables curses functionality on this bot to prevent the failing tests from being run. https://reviews.llvm.org/D67075 Files: buildbot/osuosl/master/config/builders.py Index: buildbot/osuosl/master/config/builders.py =================================================================== --- buildbot/osuosl/master/config/builders.py +++ buildbot/osuosl/master/config/builders.py @@ -961,6 +961,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-x64-windows-ninja",
Index: buildbot/osuosl/master/config/builders.py =================================================================== --- buildbot/osuosl/master/config/builders.py +++ buildbot/osuosl/master/config/builders.py @@ -961,6 +961,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-x64-windows-ninja",
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits