diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-03-15 20:31:51 +0100 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2021-03-15 20:31:51 +0100 |
commit | 9492054920c5e3d9789e72fc543680da7bfa3dea (patch) | |
tree | 61cfbfb8b5afcedab68b7b292236d2bc1a7b8948 /.builds | |
parent | c53c94985ee40a102a3229d5d584104da7ecaba6 (diff) |
ci: Add clang-extra-tools to alpine
Needed for the clang-format target.
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine.yml | 1 |
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: |