Module: Mesa
Branch: main
Commit: 0e7de16884cbc63b0d698b8b88fcfb40b0e2859e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e7de16884cbc63b0d698b8b88fcfb40b0e2859e

Author: David Heidelberg <[email protected]>
Date:   Sat Nov 19 00:07:59 2022 +0100

ci/x86: Remove meson from apt when we later install it with pip

But install Ninja, which is needed.

Reviewed-by: Yonggang Luo <[email protected]>
Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19863>

---

 .gitlab-ci/container/debian/x86_build-base.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/container/debian/x86_build-base.sh 
b/.gitlab-ci/container/debian/x86_build-base.sh
index 92d21d2e6c2..923c77ce314 100644
--- a/.gitlab-ci/container/debian/x86_build-base.sh
+++ b/.gitlab-ci/container/debian/x86_build-base.sh
@@ -59,7 +59,7 @@ apt-get install -y --no-remove \
         libxshmfence-dev \
         libxxf86vm-dev \
         make \
-        meson \
+        ninja-build \
         pkg-config \
         python3-mako \
         python3-pil \

Reply via email to