Mesa (main): ci: Add env var to add packages to install in rootfs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 13 07:57:04 UTC 2022


Module: Mesa
Branch: main
Commit: 79aef41881989920a1098983f14506920d3fd1da
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=79aef41881989920a1098983f14506920d3fd1da

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Tue Mar 29 13:47:26 2022 +0200

ci: Add env var to add packages to install in rootfs

This can make it more convenient for other projects to reuse these
scripts.

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

---

 .gitlab-ci/container/create-rootfs.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/container/create-rootfs.sh b/.gitlab-ci/container/create-rootfs.sh
index 65d35f223ea..5922745f968 100644
--- a/.gitlab-ci/container/create-rootfs.sh
+++ b/.gitlab-ci/container/create-rootfs.sh
@@ -36,6 +36,7 @@ INSTALL_CI_FAIRY_PACKAGES="git
 apt-get -y install --no-install-recommends \
     $ARCH_PACKAGES \
     $INSTALL_CI_FAIRY_PACKAGES \
+    $EXTRA_LOCAL_PACKAGES \
     bash \
     ca-certificates \
     firmware-realtek \



More information about the mesa-commit mailing list