[libcxx-commits] [PATCH] D153920: [clang] Move the clang formatting job to run-buildbot to fix the CI
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 2 10:46:40 PDT 2023
philnik marked an inline comment as done.
philnik added inline comments.
================
Comment at: libcxx/utils/ci/buildkite-pipeline-clang.yml:22
commands:
- - "! grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs || false"
----------------
ldionne wrote:
> Can you try with this instead?
>
> ```
> '! grep -rnI ''[[:blank:]]$'' clang/lib clang/include clang/docs || false'
> ```
Nope, doesn't work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153920/new/
https://reviews.llvm.org/D153920
More information about the libcxx-commits
mailing list