diff options
| author | nl6720 <nl6720@gmail.com> | 2021-03-21 12:07:04 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2021-03-26 00:45:30 +0200 |
| commit | 8050fa4797dc563c0dad482c9849709538bba82a (patch) | |
| tree | 46abfb6e491812e8be809f14d331343f3a7e1e39 /.gitlab/ci/build-host.sh | |
| parent | e847c4ad75f562fad2d23ed387664a9a4d6ae8f1 (diff) | |
| download | archiso-8050fa4797dc563c0dad482c9849709538bba82a.tar.gz archiso-8050fa4797dc563c0dad482c9849709538bba82a.tar.bz2 | |
.gitlab/ci/build-host.sh: install erofs-utils
Allow building ISOs with EROFS airootfs images in CI.
Diffstat (limited to '.gitlab/ci/build-host.sh')
| -rwxr-xr-x | .gitlab/ci/build-host.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/build-host.sh b/.gitlab/ci/build-host.sh index c15bc14..1849420 100755 --- a/.gitlab/ci/build-host.sh +++ b/.gitlab/ci/build-host.sh @@ -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 |
