[Lldb-commits] [lldb] [lldb] Transfer some environment variables into the tests on Windows build host (PR #115613)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 10 23:52:46 PST 2024


labath wrote:

It looks like what you need is `SystemDrive`. What's up with the other 10 variables? The reason we're not passing all environment variables is because we want to make the build reproducible. Passing `LOCALAPPDATA` makes it look like the test might actually depend on what you have in that directory, which is less than ideal. I'd like to avoid the other variables if possible.

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


More information about the lldb-commits mailing list