[PATCH] D156954: [lit] Improve test output from lit's internal shell

Mark de Wever via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 08:36:05 PDT 2023


Mordante added a comment.

In D156954#4627613 <https://reviews.llvm.org/D156954#4627613>, @mstorsjo wrote:

> In D156954#4627295 <https://reviews.llvm.org/D156954#4627295>, @Mordante wrote:
>
>> I see some feedback on Windows build issues and some followups. Yesterday libc++'s precommit CI for Windows started to fail, the first build is https://buildkite.com/llvm-project/libcxx-ci/builds/29307
>>
>> This is the relevant part of the log
>>
>>   + cmake --version
>>   libcxx/utils/ci/run-buildbot: line 195: cmake: command not found
>>   🚨 Error: The command exited with status 127
>>   user command error: exit status 127
>>
>> Could this be caused by your changes?
>
> I doubt that's related - that error happens before execution even reaches any part of the lit scripts. I would bring this up with @goncharov - it seems like the base image on the runners has been updated to one that doesn't have cmake available (or in `$PATH`).

Was not certain, but since it was just after the patch landed and there were followups for Windows and I didn't look at all of them. I'll ask @goncharov.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156954/new/

https://reviews.llvm.org/D156954



More information about the llvm-commits mailing list