From a2e2673809ef736406ac1bcb10c2ec997fc0108b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Oct 2022 21:03:56 -0400 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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: