]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Disable optimization on macos-12
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 24 Mar 2023 12:15:30 +0000 (13:15 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 24 Mar 2023 12:15:32 +0000 (13:15 +0100)
This enables our CI to run tests on on macos-12 after commit
7944700b4037.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
ci/gitlab/builds.yml
ci/manifest.yml

index 545478d3516d45c15be8efb89551c7669fdac8f3..f070db637c800bfdf1dac289a5bb87d0ce01a133 100644 (file)
@@ -865,6 +865,7 @@ aarch64-macos-12:
   needs: []
   allow_failure: false
   variables:
+    CFLAGS: -O0
     CIRRUS_VM_IMAGE_NAME: ghcr.io/cirruslabs/macos-monterey-base:latest
     CIRRUS_VM_IMAGE_SELECTOR: image
     CIRRUS_VM_INSTANCE_TYPE: macos_instance
index b68c7361abb435dbc664c73fd22f98af679f4010..2f631376b24b65fdce03e47390a2cc592b7df20d 100644 (file)
@@ -179,6 +179,8 @@ targets:
         variables:
           PATH_EXTRA: /usr/local/opt/ccache/libexec:/usr/local/opt/gettext/bin:/usr/local/opt/libpcap/bin:/usr/local/opt/libxslt/bin:/usr/local/opt/rpcgen/bin
           PKG_CONFIG_PATH: /usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/libpcap/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig
+          # Remove once macos has clang with -fsemantic-interposition
+          CFLAGS: -O0
 
   ubuntu-2004:
     jobs: