diff options
| author | plainlinen <bcdedit@hotmail.com> | 2022-06-09 22:48:11 -0700 |
|---|---|---|
| committer | plainlinen <bcdedit@hotmail.com> | 2022-06-17 21:03:39 -0700 |
| commit | b8957f0fa054a6c21322336b3b813bc5f50cb031 (patch) | |
| tree | 024eafde7bf4eeacab69b80040843895654d268a /.gitlab-ci.yml | |
| parent | de151089cec6881a8c6c9a27ba095b1fb1637845 (diff) | |
| download | archiso-b8957f0fa054a6c21322336b3b813bc5f50cb031.tar.gz archiso-b8957f0fa054a6c21322336b3b813bc5f50cb031.tar.bz2 | |
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.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 628c28f..cb89eb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ include: variables: 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_COPY_ARTIFACTS_TIMEOUT: 120 QEMU_VM_MEMORY: 3072 |
