From afaefb20f30f31df6d1493d547a1f145871b1518 Mon Sep 17 00:00:00 2001 From: Helen Koike Date: Tue, 27 Jun 2023 20:43:25 -0300 Subject: [PATCH] ci: re-add EXTRA_LOCAL_PACKAGES to rootfs This variable was removed on commit 848f59deda3ae7bb99409a3d15ddafe96b763ea1 when file `create-rootfs.sh` was splitted. Re-add it. This can make it more convenient for other projects to reuse these scripts. Signed-off-by: Helen Koike Part-of: --- .gitlab-ci/container/lava_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/container/lava_build.sh b/.gitlab-ci/container/lava_build.sh index 278d627ce9b..adf93ade729 100755 --- a/.gitlab-ci/container/lava_build.sh +++ b/.gitlab-ci/container/lava_build.sh @@ -92,6 +92,7 @@ fi apt-get update apt-get install -y --no-remove \ -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' \ + ${EXTRA_LOCAL_PACKAGES} \ ${ARCH_PACKAGES} \ automake \ bc \