mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
ci: workaround broken opensuse leap 15.5 tirpc
Temporarily disable '-Wmissing-include-dirs' becuase the libtirpc pkg-config file has a bogus include dir. The headers can fortunately still be found since they are in the system include dir. Reviewed-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a1d92b93c5
commit
bbb2332f7e
@ -332,6 +332,7 @@ x86_64-opensuse-leap-15-prebuilt-env:
|
|||||||
optional: true
|
optional: true
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
variables:
|
variables:
|
||||||
|
CFLAGS: -Wno-missing-include-dirs
|
||||||
NAME: opensuse-leap-15
|
NAME: opensuse-leap-15
|
||||||
RPM: skip
|
RPM: skip
|
||||||
|
|
||||||
@ -340,6 +341,7 @@ x86_64-opensuse-leap-15-local-env:
|
|||||||
needs: []
|
needs: []
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
variables:
|
variables:
|
||||||
|
CFLAGS: -Wno-missing-include-dirs
|
||||||
IMAGE: registry.opensuse.org/opensuse/leap:15.5
|
IMAGE: registry.opensuse.org/opensuse/leap:15.5
|
||||||
NAME: opensuse-leap-15
|
NAME: opensuse-leap-15
|
||||||
RPM: skip
|
RPM: skip
|
||||||
|
@ -201,6 +201,8 @@ targets:
|
|||||||
- arch: x86_64
|
- arch: x86_64
|
||||||
variables:
|
variables:
|
||||||
RPM: skip
|
RPM: skip
|
||||||
|
# Keep until fix for: https://bugzilla.opensuse.org/show_bug.cgi?id=1216862
|
||||||
|
CFLAGS: -Wno-missing-include-dirs
|
||||||
|
|
||||||
opensuse-tumbleweed:
|
opensuse-tumbleweed:
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user