ldionne added inline comments.
================ Comment at: libcxx/utils/ci/buildkite-pipeline-clang.yml:20-31 + - label: "Format" + commands: + - "! grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs || false" + + agents: + queue: "libcxx-builders" + os: "linux" ---------------- Something in here broke the Clang CI. See for example https://buildkite.com/llvm-project/libcxx-ci/builds/27050#0188fe23-c359-4a1d-8d10-f0fb966f142e. It's actually interesting, now the libc++ CI is lightning fast since we're not sharing our resources anymore. I'll follow-up on that, I never expected it to make such a huge difference. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D151963/new/ https://reviews.llvm.org/D151963 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits