Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2021-03-21 12:07:04 +0200
committernl6720 <nl6720@gmail.com>2021-03-26 00:45:30 +0200
commit8050fa4797dc563c0dad482c9849709538bba82a (patch)
tree46abfb6e491812e8be809f14d331343f3a7e1e39 /.gitlab
parente847c4ad75f562fad2d23ed387664a9a4d6ae8f1 (diff)
.gitlab/ci/build-host.sh: install erofs-utils
Allow building ISOs with EROFS airootfs images in CI.
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/ci/build-host.sh2
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