mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
ci: Disable optimization on macos-12
This enables our CI to run tests on on macos-12 after commit
7944700b40
.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
1b0c07db75
commit
1f76b5365e
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user