From 9492054920c5e3d9789e72fc543680da7bfa3dea Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Mon, 15 Mar 2021 20:31:51 +0100 Subject: ci: Add clang-extra-tools to alpine Needed for the clang-format target. --- .builds/alpine.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.builds') diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 048e3ef..01db99d 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -3,6 +3,7 @@ packages: - meson - linux-headers - clang + - clang-extra-tools - clang-analyzer - scdoc sources: -- cgit v1.2.3