aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2021-08-02 11:12:45 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2021-08-02 11:17:35 +0100
commit0a1fb6f63b348191cf044de9d9be11711a8ebaa5 (patch)
tree13750c10e1d96472d50361fb27df9d44c6d2bfd3
parentca13f88096d9973cedefddc27ed0b2732d30da70 (diff)
downloadwaffle-0a1fb6f63b348191cf044de9d9be11711a8ebaa5.tar.gz
gitlab-ci: move the clang-format/git comment further up
Seemingly having the comment inline breaks with the current templates. Fixes: ca13f88 ("gitlab-ci: add clang-format stage") Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7296817..a9a854f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ container:
# no need to pull the whole repo to build the container image
GIT_STRATEGY: none
+ # clang-format-7 requires git, yet it's missing in the packaging
FDO_DISTRIBUTION_PACKAGES: >
bash-completion
ca-certificates
@@ -41,7 +42,6 @@ container:
docbook-xml
g++
gcc
- # w/a packaging bug: required for clang-format-7
git
libcmocka-dev
libdrm-dev