From e81693a1b470d57f5c7f7804d3283804a2a677c3 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 29 Mar 2022 13:47:52 +0200 Subject: [PATCH] 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 Reviewed-by: Emma Anholt Part-of: --- .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 6d1c255..0f98837 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 \ -- 2.7.4