aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-03-15 20:31:51 +0100
committerKenny Levinsen <kl@kl.wtf>2021-03-15 20:31:51 +0100
commit9492054920c5e3d9789e72fc543680da7bfa3dea (patch)
tree61cfbfb8b5afcedab68b7b292236d2bc1a7b8948
parentc53c94985ee40a102a3229d5d584104da7ecaba6 (diff)
ci: Add clang-extra-tools to alpine
Needed for the clang-format target.
-rw-r--r--.builds/alpine.yml1
1 files changed, 1 insertions, 0 deletions
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: