mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 21:40:05 +01:00
gitlab CI: drop linux-firmware from the Arch image
Reduces the size of the container by a few hundred MB Fixes #188 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cbc447a11c
commit
a3b032bf33
1 changed files with 2 additions and 0 deletions
|
|
@ -296,6 +296,8 @@ ubuntu:18.04@container-prep:
|
|||
- buildcntr=$(buildah from --quiet base/archlinux)
|
||||
- buildah run $buildcntr pacman -S --refresh
|
||||
- buildah run $buildcntr pacman -S --sysupgrade --noconfirm
|
||||
# linux-firmware uses 460M for something we don't need..
|
||||
- buildah run $buildcntr pacman -R --noconfirm linux-firmware
|
||||
- buildah run $buildcntr pacman -S --noconfirm $ARCH_PKGS
|
||||
- buildah run $buildcntr pacman -S --clean --noconfirm
|
||||
- buildah config --workingdir /app $buildcntr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue