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:
parent
73ac37e751
commit
b76a9100ea
@ -63,8 +63,6 @@ variables:
|
|||||||
mutter mutter-devel \
|
mutter mutter-devel \
|
||||||
gnome-shell &&
|
gnome-shell &&
|
||||||
|
|
||||||
dnf clean all &&
|
|
||||||
|
|
||||||
if [[ x"$(uname -m )" = "xx86_64" ]] ; then
|
if [[ x"$(uname -m )" = "xx86_64" ]] ; then
|
||||||
meson setup build -Dkvm_tests=true &&
|
meson setup build -Dkvm_tests=true &&
|
||||||
ninja -C build src/tests/kvm/bzImage &&
|
ninja -C build src/tests/kvm/bzImage &&
|
||||||
|
Loading…
Reference in New Issue
Block a user