1
0
Fork 0

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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3010>
This commit is contained in:
Florian Müllner 2023-05-18 19:02:29 +02:00
parent 73ac37e751
commit b76a9100ea

View file

@ -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 &&