1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

buildroot: Install clang-tools-extra

For `clang-format`, which is used as of https://github.com/coreos/rpm-ostree/pull/3475
This commit is contained in:
Colin Walters
2022-03-07 18:25:52 -05:00
committed by Jonathan Lebon
parent 95aeb801be
commit 20804f8879

View File

@@ -46,6 +46,8 @@ createrepo_c
# Also, add clang since it's useful at least in CI for C/C++ projects
clang lld
# And the tools such as clang-format, used for style checking
clang-tools-extra
# All C/C++ projects should have CI that uses the sanitizers
libubsan libasan libtsan
# And all C/C++ projects should use clang-analyzer