]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install clang-tidy package instead of clang-tools
authorDaan De Meyer <daan@amutable.com>
Thu, 26 Mar 2026 08:25:02 +0000 (09:25 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 26 Mar 2026 10:14:09 +0000 (10:14 +0000)
clang-tools surprisingly enough doesn't provide clang-tidy

mkosi/mkosi.tools.conf/mkosi.conf.d/debian-ubuntu.conf

index a165ccb04a0cbe1dafe22ebbdf283534c9f439cc..4bd4c12fd94de0151e650e6e3d6eb3c35b200d27 100644 (file)
@@ -7,7 +7,7 @@ Distribution=|ubuntu
 [Content]
 PrepareScripts=%D/mkosi/mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.prepare
 Packages=
-        clang-tools
+        clang-tidy
         lcov
         mypy
         shellcheck