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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to