gitlab-ci: install devtools without its dependencies

We only need devtools for the pacman.conf. While currently we install a
dozen+ of extra dependencies, weighting in at over 100M.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2023-08-07 16:19:17 +01:00 committed by Justin Kromlinger
parent c90b1ab2f1
commit 5ec09f5357
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -59,7 +59,8 @@ get_version:
.rootfs:
stage: rootfs
before_script:
- pacman -Syu --noconfirm make devtools fakechroot fakeroot
- pacman -Syu --noconfirm make fakechroot fakeroot
- pacman -Sdd --noconfirm devtools
script:
- make $PWD/output/Dockerfile.$GROUP
artifacts: