pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 16 02:35:56 UTC 2024


 .gitlab-ci.d/meson-cross/windows-686-gnu.meson |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 11e51bc72f37812674d49292a41a0b9721eb2077
Author: Marek Pikuła <m.pikula at partner.samsung.com>
Date:   Mon Oct 14 15:25:40 2024 +0200

    ci: Disable OpenMP for Win32 target
    
    OpenMP introduces random stack overflow errors for 32-bit Windows
    target.
    
    Signed-off-by: Marek Pikuła <m.pikula at partner.samsung.com>

diff --git a/.gitlab-ci.d/meson-cross/windows-686-gnu.meson b/.gitlab-ci.d/meson-cross/windows-686-gnu.meson
index 301f6eb..bd40ac5 100644
--- a/.gitlab-ci.d/meson-cross/windows-686-gnu.meson
+++ b/.gitlab-ci.d/meson-cross/windows-686-gnu.meson
@@ -13,3 +13,6 @@ system = 'windows'
 cpu_family = 'x86'
 cpu = 'i686'
 endian = 'little'
+
+[project options]
+openmp = 'disabled'


More information about the xorg-commit mailing list