This is required for using clang-query in the CI
Details
Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rG648d99e7dd21: [libc++] Install clang-tools in the CI container
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM modulo one nit.
libcxx/utils/ci/Dockerfile | ||
---|---|---|
84 | In Docker you always need to update since the update in the previous layer might be outdated. While you're at it can you also fix clang-tidy and clang-format above? |
Comment Actions
Thanks for updating this. Next time, make sure to ping me so I can update the Docker image on dockerhub (so the bots can pick it up).
In Docker you always need to update since the update in the previous layer might be outdated.
While you're at it can you also fix clang-tidy and clang-format above?