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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 01:14:31 PDT 2023


mstorsjo added a subscriber: goncharov.
mstorsjo added a comment.

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`).


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