Mesa (main): ci: Add env var to add packages to install in debian/arm_build image

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


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

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

ci: Add env var to add packages to install in debian/arm_build image

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/debian/arm_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/container/debian/arm_build.sh b/.gitlab-ci/container/debian/arm_build.sh
index 6d1c255e72c..0f9883721a2 100644
--- a/.gitlab-ci/container/debian/arm_build.sh
+++ b/.gitlab-ci/container/debian/arm_build.sh
@@ -9,6 +9,7 @@ echo 'deb https://deb.debian.org/debian buster main' >/etc/apt/sources.list.d/bu
 apt-get update
 
 apt-get -y install \
+	${EXTRA_LOCAL_PACKAGES} \
 	abootimg \
 	autoconf \
 	automake \



More information about the mesa-commit mailing list