[PATCH] D118104: Make run-clang-tidy.py print the configured checks correctly
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 28 06:00:35 PST 2022
aaron.ballman added a comment.
In D118104#3278493 <https://reviews.llvm.org/D118104#3278493>, @JesApp wrote:
> Anyone have an idea why it's still building?
Hmmm, it looks like an infrastructure issue with the CI builder. https://buildkite.com/organizations/llvm-project/pipelines/diff-checks/builds/85880/jobs/928e70c7-6afc-4585-9e42-00b1644d0bf1/raw_log suggests that the issue comes from GitHub closing the connection forcefully (so it could be an issue with whatever login credentials are being used by the bot perhaps).
Rebasing onto current main may be insufficient to trigger the bot to rebuild. I'd recommend making a change to the patch (add some whitespace changes or something) and resubmit that. That should trigger a new build and we can pull the changes back out before landing. If the issue still reproduces, we can get the CI folks involved in investigating further.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118104/new/
https://reviews.llvm.org/D118104
More information about the cfe-commits
mailing list