This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Install clang-tools in the CI container
ClosedPublic

Authored by philnik on Jul 31 2022, 8:06 AM.

Details

Reviewers
ldionne
Mordante
Group Reviewers
Restricted Project
Commits
rG648d99e7dd21: [libc++] Install clang-tools in the CI container
Summary

This is required for using clang-query in the CI

Diff Detail

Event Timeline

philnik created this revision.Jul 31 2022, 8:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2022, 8:06 AM
Herald added a subscriber: arichardson. · View Herald Transcript
philnik requested review of this revision.Jul 31 2022, 8:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2022, 8:06 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Aug 2 2022, 10:48 AM

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?

This revision is now accepted and ready to land.Aug 2 2022, 10:48 AM
philnik updated this revision to Diff 449704.Aug 3 2022, 10:35 AM
philnik marked an inline comment as done.
  • Address comments
This revision was automatically updated to reflect the committed changes.

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).