[pango/pango2] ci: Don't run HarfBuzz tests on Windows



commit ab51d05f35a25b6897381a15df83fc97ceb505d0
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 27 13:06:58 2022 -0400

    ci: Don't run HarfBuzz tests on Windows
    
    HarfBuzz does that in its own ci.

 .gitlab-ci/test-msys2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index cf8bd77a4..b8b05dae0 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -22,7 +22,7 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-toolchain \
     mingw-w64-$MSYS2_ARCH-cantarell-fonts
 
-meson --buildtype debug --force-fallback-for harfbuzz _build
+meson --buildtype debug --force-fallback-for -Dharfbuzz:tests=disabled harfbuzz _build
 cd _build
 ninja
 


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