mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 22:50:08 +01:00
ci/meson: reuse meson installation
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29394>
This commit is contained in:
parent
24d9c066e2
commit
a93932daf0
4 changed files with 7 additions and 6 deletions
|
|
@ -95,8 +95,7 @@ arch=armhf
|
|||
|
||||
. .gitlab-ci/container/build-libclc.sh
|
||||
|
||||
# We need at least 1.4.0 for rusticl
|
||||
pip3 install --break-system-packages 'meson==1.4.0'
|
||||
. .gitlab-ci/container/install-meson.sh
|
||||
|
||||
. .gitlab-ci/container/build-rust.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -95,8 +95,7 @@ apt-get install -y --no-remove "${DEPS[@]}" "${EPHEMERAL[@]}" \
|
|||
# Needed for ci-fairy, this revision is able to upload files to S3
|
||||
pip3 install --break-system-packages git+http://gitlab.freedesktop.org/freedesktop/ci-templates@ffe4d1b10aab7534489f0c4bbc4c5899df17d3f2
|
||||
|
||||
# We need at least 1.4.0 for rusticl
|
||||
pip3 install --break-system-packages 'meson==1.4.0'
|
||||
. .gitlab-ci/container/install-meson.sh
|
||||
|
||||
. .gitlab-ci/container/build-rust.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -101,8 +101,7 @@ tar -xvf $XORGMACROS_VERSION.tar.bz2 && rm $XORGMACROS_VERSION.tar.bz2
|
|||
cd $XORGMACROS_VERSION; ./configure; make install; cd ..
|
||||
rm -rf $XORGMACROS_VERSION
|
||||
|
||||
# We need at least 1.4.0 for rusticl
|
||||
pip install meson==1.4.0
|
||||
. .gitlab-ci/container/install-meson.sh
|
||||
|
||||
. .gitlab-ci/container/build-mold.sh
|
||||
|
||||
|
|
|
|||
4
.gitlab-ci/container/install-meson.sh
Normal file
4
.gitlab-ci/container/install-meson.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# We need at least 1.4.0 for rusticl
|
||||
pip3 install --break-system-packages 'meson==1.4.0'
|
||||
Loading…
Add table
Reference in a new issue