Add implicit package dependencies to PACKAGE_LIST in .gitlab-ci.yml
CI was working before because these dependencies were already in the official ISO but include them explicitly to be safe.
This commit is contained in:
parent
de151089ce
commit
b8957f0fa0
@ -10,7 +10,7 @@ include:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
BUILD_SCRIPT: ./.gitlab/ci/build_archiso.sh
|
BUILD_SCRIPT: ./.gitlab/ci/build_archiso.sh
|
||||||
PACKAGE_LIST: dosfstools e2fsprogs erofs-utils jq libisoburn mtools openssl qemu-headless squashfs-tools zsync
|
PACKAGE_LIST: arch-install-scripts bash dosfstools e2fsprogs erofs-utils gnupg grub jq libarchive libisoburn mtools openssl qemu-headless squashfs-tools zsync
|
||||||
QEMU_BUILD_TIMEOUT: 2400
|
QEMU_BUILD_TIMEOUT: 2400
|
||||||
QEMU_COPY_ARTIFACTS_TIMEOUT: 120
|
QEMU_COPY_ARTIFACTS_TIMEOUT: 120
|
||||||
QEMU_VM_MEMORY: 3072
|
QEMU_VM_MEMORY: 3072
|
||||||
|
Loading…
Reference in New Issue
Block a user