commit | b9343b3276676ef89327ff4c2334195f84016d42 | [log] [tgz] |
---|---|---|
author | Ellis Hoag <ellis.sparky.hoag@gmail.com> | Fri May 30 19:26:26 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 30 19:31:24 2025 -0700 |
tree | e137da42e0e198d84093d96868665c8958510b78 | |
parent | 0f1ff6ad69693ae96a17710d14353f89418f7f45 [diff] |
[Sanitizer] Fix android test env issue (#142235) I attempted to fix android tests in https://github.com/llvm/llvm-project/pull/142207 (broken by https://github.com/llvm/llvm-project/pull/141820). They are still failing but now I have more info. https://lab.llvm.org/buildbot/#/builders/186/builds/9504/steps/16/logs/stdio ERROR: Can't open file: //foo.8862 (reason: 30) I believe the reason is that on android the HOME and TMPDIR environment variables are not being set correctly, or they are not read correctly. (https://github.com/llvm/llvm-project/pull/142234#issuecomment-2923694428) GitOrigin-RevId: c979d1f812b542b45dc726305d8788f18bb20702