From ddda63ba09dda08003b8268364794254142661da Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 21 Aug 2023 15:55:06 +0200 Subject: Remove qemu-headless from list of dependencies in GitLab CI Remove qemu-headless since it is no longer needed to build the project and is also no longer provided by qemu-base. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17ac5ff..d2f601d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ check: metrics: output/metrics.txt before_script: - pacman -Sy --needed --noconfirm archlinux-keyring - - pacman -Syu --needed --noconfirm arch-install-scripts bash dosfstools e2fsprogs erofs-utils gnupg grub jq libarchive libisoburn mtools openssl qemu-headless squashfs-tools zsync + - pacman -Syu --needed --noconfirm arch-install-scripts bash dosfstools e2fsprogs erofs-utils gnupg grub jq libarchive libisoburn mtools openssl squashfs-tools zsync script: - ./.gitlab/ci/build_archiso.sh ${BUILD_SCRIPT_ARGS} stage: build -- cgit v1.2.3-54-g00ecf