ci: remove system meson before installing the pip one

Reviewed-by: Simon Ser <contact@emersion.fr>
main
Eric Engestrom 2022-08-22 17:40:09 +01:00
parent 46d1e99a5d
commit 24163f40d3
1 changed files with 6 additions and 1 deletions

View File

@ -26,14 +26,18 @@ EOF
apt-get dist-upgrade -y
EPHEMERAL="
meson \
"
apt-get install -y --no-remove \
$EPHEMERAL \
build-essential \
docbook-xsl \
libatomic-ops-dev \
libcairo2-dev \
libcunit1-dev \
libpciaccess-dev \
meson \
ninja-build \
pkg-config \
python3 \
@ -61,6 +65,7 @@ for arch in ${CROSS_ARCHITECTURES[@]}; do
fi
done
apt-get purge -y $EPHEMERAL
# Test that the oldest Meson version we claim to support is still supported
pip3 install meson==0.46