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:
committed by
Jonathan Lebon
parent
95aeb801be
commit
20804f8879
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user