summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-10 08:51:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-10 08:52:12 -0400
commit497b843e764582c71dc2c4b178a8ecb54fe3a089 (patch)
tree7ce2a9dccbef99ba276a93388e999048ab1a3108 /.gitlab-ci
parent7259be35b06b0f043a517c43cc824e2bc9df82d4 (diff)
downloadgtk+-497b843e764582c71dc2c4b178a8ecb54fe3a089.tar.gz
ci: Add clang-extra-tools to the image
Hurray for bite-size packages! Splitting this off broke our style check in ci.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/fedora.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 4d7937286d..4f2aece467 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -10,6 +10,7 @@ RUN dnf -y install \
ccache \
clang \
clang-analyzer \
+ clang-tools-extra \
colord-devel \
cups-devel \
dbus-daemon \