From: Matthias Clasen Date: Sat, 29 Oct 2022 01:03:56 +0000 (-0400) Subject: ci: Try to fix the macos build X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~133^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a2e2673809ef736406ac1bcb10c2ec997fc0108b;p=gtk4.git ci: Try to fix the macos build It seems that libjpeg-turbo first finds nasm, and then doesn't find it. Turn off simd to keep it from looking for it in the first place. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1382ce2a3..5c9030976b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,6 +210,7 @@ macos: -Dintrospection=disabled -Dcpp_std=c++11 -Dpixman:tests=disabled + -Dlibjpeg-turbo:simd=disabled _build - ninja -C _build artifacts: