Module: Mesa
Branch: master
Commit: 2a50ab8571ef2335bc59bcd9a86cad65c1159ace
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a50ab8571ef2335bc59bcd9a86cad65c1159ace

Author: Jose Fonseca <[email protected]>
Date:   Sat Mar 20 10:41:25 2021 +0000

gitlab-ci: Build meson-mingw32-x86_64 w/o zlib.

To prevent hard requirement of zlib from creeping in, as
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9689

Reviewed-by: Jesse Natalie <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9727>

---

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a93679f3279..05b8da0584e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1035,6 +1035,7 @@ meson-mingw32-x86_64:
     GALLIUM_DRIVERS: "swrast"
     EXTRA_OPTION: >
       -Dllvm=disabled
+      -Dzlib=disabled
       -Dosmesa=true
       --cross-file=.gitlab-ci/x86_64-w64-mingw32
 

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to