mysterymath wrote:

We don't have `pexpect` either; instead the tests that require it are disabled. 
Our build is as hermetic as possible; even if the package were available in the 
Python on the bots, we wouldn't be able to use it, since we don't make use of 
the Python on the bots, for the most part. Instead, we build and ship a CPython 
from source as part of the bot build.

So far we've avoided providing or requiring any additional Python dependencies, 
since we have relatively strict requirements for software chain of custody. 
We'd probably need to figure out a way to build `packaging` from source and to 
set up a source mirror for it. The previous status quo of checking Python deps 
into the LLVM monorepo had helped us a lot.

https://github.com/llvm/llvm-project/pull/93712
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to