mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 13:40:13 +01:00
ci: remove system meson before installing the pip one
Reviewed-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
46d1e99a5d
commit
24163f40d3
1 changed files with 6 additions and 1 deletions
|
|
@ -26,14 +26,18 @@ EOF
|
||||||
|
|
||||||
apt-get dist-upgrade -y
|
apt-get dist-upgrade -y
|
||||||
|
|
||||||
|
EPHEMERAL="
|
||||||
|
meson \
|
||||||
|
"
|
||||||
|
|
||||||
apt-get install -y --no-remove \
|
apt-get install -y --no-remove \
|
||||||
|
$EPHEMERAL \
|
||||||
build-essential \
|
build-essential \
|
||||||
docbook-xsl \
|
docbook-xsl \
|
||||||
libatomic-ops-dev \
|
libatomic-ops-dev \
|
||||||
libcairo2-dev \
|
libcairo2-dev \
|
||||||
libcunit1-dev \
|
libcunit1-dev \
|
||||||
libpciaccess-dev \
|
libpciaccess-dev \
|
||||||
meson \
|
|
||||||
ninja-build \
|
ninja-build \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
|
|
@ -61,6 +65,7 @@ for arch in ${CROSS_ARCHITECTURES[@]}; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
apt-get purge -y $EPHEMERAL
|
||||||
|
|
||||||
# Test that the oldest Meson version we claim to support is still supported
|
# Test that the oldest Meson version we claim to support is still supported
|
||||||
pip3 install meson==0.46
|
pip3 install meson==0.46
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue