.gitlab/ci/build-host.sh: install erofs-utils

Allow building ISOs with EROFS airootfs images in CI.
This commit is contained in:
nl6720 2021-03-21 12:07:04 +02:00
parent e847c4ad75
commit 8050fa4797
No known key found for this signature in database
GPG key ID: 5CE88535E188D369

View file

@ -140,7 +140,7 @@ function main() {
expect "# "
# Install required packages
send "pacman -Fy && pacman -Syu --ignore \$(pacman -Fq --machinereadable /usr/lib/modules/ | awk 'BEGIN { FS = \"\\\0\";ORS=\",\" }; { print \$2 } ' | sort -ut , | head -c -2) --noconfirm --needed qemu-headless jq dosfstools e2fsprogs libisoburn mtools squashfs-tools zsync\n"
send "pacman -Fy && pacman -Syu --ignore \$(pacman -Fq --machinereadable /usr/lib/modules/ | awk 'BEGIN { FS = \"\\\0\";ORS=\",\" }; { print \$2 } ' | sort -ut , | head -c -2) --noconfirm --needed qemu-headless jq dosfstools erofs-utils e2fsprogs libisoburn mtools squashfs-tools zsync\n"
expect "# " 120
## Start build and copy output to local disk