[Lldb-commits] [lldb] [lldb][test][NFC] Add option to exclude third_party packages (PR #83191)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 29 10:33:44 PST 2024


bulbazord wrote:

@DavidSpickett If you haven't already, might I suggest looking into a CMake setting I implemented last year? `LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS` -- this will cause your CMake configure step to fail if your bots are missing python packages so that you know your bots are running in a reasonable state. :)

https://github.com/llvm/llvm-project/pull/83191


More information about the lldb-commits mailing list