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.
This commit is contained in:
David Runge 2023-08-21 15:55:06 +02:00
parent 2e6db24f23
commit ddda63ba09
No known key found for this signature in database
GPG Key ID: 139B09DA5BF0D338

View File

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