projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c844e9
)
ci: Try to fix the macos build
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 29 Oct 2022 01:03:56 +0000
(21:03 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 29 Oct 2022 01:07:58 +0000
(21:07 -0400)
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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index a1382ce2a3741c6226be13419960aa3129c46153..5c9030976b9b4366f84a9ceb9365052b52f9551e 100644
(file)
--- 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: