From b76a9100eaef41022f14f7cab45bf48964e5a929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 18 May 2023 19:02:29 +0200 Subject: [PATCH] ci: Do not clean caches while building image The template already does this at the end, so this step is pointless in the best case. When building the x86-64 image, we install additional packages afterwards, so the repo metadata is downloaded again. Part-of: --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 481e86143..1654357e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,8 +63,6 @@ variables: mutter mutter-devel \ gnome-shell && - dnf clean all && - if [[ x"$(uname -m )" = "xx86_64" ]] ; then meson setup build -Dkvm_tests=true && ninja -C build src/tests/kvm/bzImage &&