ci: Add env var to add packages to install in rootfs
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 29 Mar 2022 11:47:26 +0000 (13:47 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 13 Apr 2022 07:34:36 +0000 (07:34 +0000)
This can make it more convenient for other projects to reuse these
scripts.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15891>

.gitlab-ci/container/create-rootfs.sh

index 65d35f2..5922745 100644 (file)
@@ -36,6 +36,7 @@ INSTALL_CI_FAIRY_PACKAGES="git
 apt-get -y install --no-install-recommends \
     $ARCH_PACKAGES \
     $INSTALL_CI_FAIRY_PACKAGES \
 apt-get -y install --no-install-recommends \
     $ARCH_PACKAGES \
     $INSTALL_CI_FAIRY_PACKAGES \
+    $EXTRA_LOCAL_PACKAGES \
     bash \
     ca-certificates \
     firmware-realtek \
     bash \
     ca-certificates \
     firmware-realtek \