Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Simon Wilper
archiso
Commits
8050fa47
Verified
Commit
8050fa47
authored
Mar 21, 2021
by
nl6720
Browse files
.gitlab/ci/build-host.sh: install erofs-utils
Allow building ISOs with EROFS airootfs images in CI.
parent
e847c4ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/build-host.sh
View file @
8050fa47
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment