diff options
| author | nl6720 <nl6720@gmail.com> | 2022-06-18 08:43:37 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-06-18 08:43:37 +0300 |
| commit | 052987bfbb9de0a44367f9c28c7028cfc54c2c06 (patch) | |
| tree | 0efac626b4a4e2989db44ce4e987ffe4e4d95732 /.gitlab-ci.yml | |
| parent | 2a8fc3bbc0e884eefbe8522ab5f66fbb704e3c25 (diff) | |
| parent | b8957f0fa054a6c21322336b3b813bc5f50cb031 (diff) | |
| download | archiso-052987bfbb9de0a44367f9c28c7028cfc54c2c06.tar.gz archiso-052987bfbb9de0a44367f9c28c7028cfc54c2c06.tar.bz2 | |
Merge remote-tracking branch 'origin/merge-requests/261'
By plainlinen
* origin/merge-requests/261:
Add implicit package dependencies to PACKAGE_LIST in .gitlab-ci.yml
Closes #176
See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/261
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 |
