From 39969409f6fb60b21aea36be4d5424718fcc26b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Fri, 3 Jan 2025 09:27:53 +0200 Subject: [PATCH] ci/debian/test-vk: remove software-properties-common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is not needed anymore (as of 85dace1c0b7c1839d121) and it tries to pull systemd which breaks the build. Fixes: 85dace1c0b7c1839d121 ("gitlab-ci: remove software-properties-common") Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/container/debian/test-vk.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/container/debian/test-vk.sh b/.gitlab-ci/container/debian/test-vk.sh index 006dbfffd35..6925f0713eb 100644 --- a/.gitlab-ci/container/debian/test-vk.sh +++ b/.gitlab-ci/container/debian/test-vk.sh @@ -47,7 +47,6 @@ EPHEMERAL=( python3-pip python3-setuptools python3-wheel - software-properties-common xz-utils )