gitlab-ci: Move meson back to x86_test-gl/vk ephemeral packages lists

And python3-distutils back to x86_test-gl's list.

These are not used for building Mesa, only for other components used in
test jobs.

This partially reverts commit c1a290bdd5
"meson: Bump required version to 0.52.0".

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5296>
This commit is contained in:
Michel Dänzer
2020-06-02 10:53:07 +02:00
committed by Eric Anholt
parent b19c094dba
commit ae400553fb
3 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ apt-get install -y --no-remove \
libxrandr2 \
libxrender1 \
python \
python3-distutils \
python3-mako \
python3-numpy \
python3-pil \
@@ -59,7 +58,4 @@ apt-get install -y --no-remove \
apt-get purge -y \
gnupg
apt-get install -t buster-backports -y --no-remove \
meson
apt-get autoremove -y --purge

View File

@@ -22,8 +22,10 @@ STABLE_EPHEMERAL=" \
libxkbcommon-dev \
libxrender-dev \
make \
meson \
patch \
pkg-config \
python3-distutils \
python3.7-dev \
wget \
xz-utils \

View File

@@ -20,6 +20,7 @@ STABLE_EPHEMERAL=" \
libxkbcommon-dev \
libxrandr-dev \
libxrender-dev \
meson \
p7zip \
pkg-config \
python3-distutils \