[libcxx-commits] [PATCH] D113244: Simplify the libcxx std::string_view gdb pretty printer

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 30 14:13:51 PST 2021


ldionne added a comment.

In D113244#3162588 <https://reviews.llvm.org/D113244#3162588>, @dblaikie wrote:

>> It looks like a bunch of jobs timed out. Can you try running (from the monorepo, and it will require Docker):
>>
>>   ./libcxx/utils/ci/run-buildbot-container
>>   
>>   # From within the container:
>>   ./libcxx/utils/ci/run-buildbot generic-cxx20
>>
>> Then see if that works. That will be starting a Docker image that runs our CI images and then running the `generic-cxx20` job that CI runs.
>
> Sorry, I can't do that - I'm not at all familiar with Docker. This seems like more of an infrastructure issue, rather than something I'm really qualified/suited to debugging?

You only need to install Docker and then run these two commands, it's done that way so that one does not have to know much about Docker at all.

Regardless -- we've had green builds all day and none of them timed out, so this is suspicious. I see you have https://buildkite.com/llvm-project/libcxx-ci/builds/6965 ongoing, let's see if this is green or if it times out again. Also, whenever you re-upload your patches to trigger CI, make sure you rebase onto the latest `main` -- this ensures that you don't encounter issues that have already been fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113244



More information about the libcxx-commits mailing list