[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 13:13:51 PST 2021
ldionne added a comment.
In D113244#3162452 <https://reviews.llvm.org/D113244#3162452>, @dblaikie wrote:
> @ldionne - any ideas what's failing in the CI? I'm not sure how to read/where to look for the root cause of these failures: https://reviews.llvm.org/B136591
The build is here: https://buildkite.com/llvm-project/libcxx-ci/builds/6943
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.
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