freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 3a65f1a: CI: Hardcode meson version to fix build fail


From: Werner Lemberg
Subject: [freetype2] master 3a65f1a: CI: Hardcode meson version to fix build failure on windows
Date: Sat, 2 Oct 2021 10:52:11 -0400 (EDT)

branch: master
commit 3a65f1a2152b4222ec1e97f6a3229d8fd04c76aa
Author: AnuthaDev <anuthadev@gmail.com>
Commit: AnuthaDev <anuthadev@gmail.com>

    CI: Hardcode meson version to fix build failure on windows
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8f0b00..bc91dc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,8 @@ variables:
   before_script:
     # Make sure meson is up to date, so we don't need to rebuild the image
     # with each release.
-    - pip3 install -U meson ninja
+    - pip3 install meson==0.59.1
+    - pip3 install -U ninja
   script:
     # For some reason, options are separated by newlines instead of spaces,
     # so we have to replace them first.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]