This is an archive of the discontinued LLVM Phabricator instance.

Pass -DLLDB_DISABLE_CURSES to the lldb-x86_64-debian bot
ClosedPublic

Authored by labath on Sep 2 2019, 5:30 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Sep 2 2019, 5:30 AM
teemperor accepted this revision.Sep 2 2019, 5:35 AM

LGTM, thanks for getting the bots running again!

This revision is now accepted and ready to land.Sep 2 2019, 5:35 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2019, 10:15 AM