ci: add EXTRA_LOCAL_PACKAGES to apt-get install

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

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23894>
This commit is contained in:
Helen Koike
2023-06-27 21:01:12 -03:00
committed by Marge Bot
parent afaefb20f3
commit a3d10300b0
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ dpkg --add-architecture $arch
apt-get update
apt-get install -y --no-remove \
$EXTRA_LOCAL_PACKAGES \
$STABLE_EPHEMERAL \
crossbuild-essential-$arch \
pkgconf:$arch \
@@ -18,6 +18,7 @@ STABLE_EPHEMERAL=" \
apt-get update
apt-get install -y --no-remove \
$EXTRA_LOCAL_PACKAGES \
$STABLE_EPHEMERAL \
apt-utils \
bison \
@@ -46,6 +46,7 @@ STABLE_EPHEMERAL=" \
apt-get update
apt-get install -y --no-remove \
$EXTRA_LOCAL_PACKAGES \
$STABLE_EPHEMERAL \
clinfo \
iptables \