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

Jordan Rupprecht via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 4 09:21:33 PST 2024


rupprecht wrote:

> FYI @labath as the x86 bot owner.

I checked w/ them that [lldb-x86_64-debian](https://lab.llvm.org/buildbot/#/builders/68) has python3-pexpect (specifically 4.8) installed.

> > It should perhaps unset the variable first, I'll see if I can implement that.
> 
> [ec95379](https://github.com/llvm/llvm-project/commit/ec95379df363253ffcbbda21297417e703d5ccca)

Thanks! Cmake is still pretty foreign to me. It didn't occur to me that the result of finding a python library would be cached :) but I guess it makes sense from a build system perspective to not want to reconfigure everything all the time.

Since it sounds like all the bots should have `pexpect` now, I think I can flip the default later today and be ready to revert if there's unexpected breakage.

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


More information about the lldb-commits mailing list