Skip to content

Commit

Permalink
ci: Add clang-extra-tools to the image
Browse files Browse the repository at this point in the history
Hurray for bite-size packages! Splitting
this off broke our style check in ci.
  • Loading branch information
Matthias Clasen committed May 10, 2021
1 parent 7259be3 commit 497b843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -24,9 +24,9 @@ variables:
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled"
MESON_TEST_TIMEOUT_MULTIPLIER: 3
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v30"
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v31"
FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master"
DOCS_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v30"
DOCS_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v31"

.only-default:
only:
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci/fedora.Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN dnf -y install \
ccache \
clang \
clang-analyzer \
clang-tools-extra \
colord-devel \
cups-devel \
dbus-daemon \
Expand Down

0 comments on commit 497b843

Please sign in to comment.