Skip to content

Docker image which ships with clang-tidy via preinstalled python clang-tidy wheel

Notifications You must be signed in to change notification settings

crashappsec/docker-clang-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clang-tools (tidy+format)

This is a docker image with static builds of

The packages are installed via apt and are make static via staticx. Docker image is published for both:

  • linux/amd64
  • linux/arm64

As everything is installed via apt, its easy to match the clang-* versions to actual clang compiler.

Alternatively these tools can be installed via Python wheels from PyPI:

The reason this approach is not used here is because wheels are not available for all versions for all architectures.

As clang-format wheel >=16 supports ARM wheels, once ssciwr/clang-tidy-wheel#2 is resolved, the approach can be reconsidered.

About

Docker image which ships with clang-tidy via preinstalled python clang-tidy wheel

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages