]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: workaround broken opensuse leap 15.5 tirpc
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 3 Nov 2023 13:22:42 +0000 (09:22 -0400)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 6 Nov 2023 09:25:51 +0000 (04:25 -0500)
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>
ci/gitlab/builds.yml
ci/manifest.yml

index 2aa1c51bdda295336d1d715738b376e07872eddd..2beca51767f7b345d445d1829378e566a41e9761 100644 (file)
@@ -332,6 +332,7 @@ x86_64-opensuse-leap-15-prebuilt-env:
       optional: true
   allow_failure: false
   variables:
+    CFLAGS: -Wno-missing-include-dirs
     NAME: opensuse-leap-15
     RPM: skip
 
@@ -340,6 +341,7 @@ x86_64-opensuse-leap-15-local-env:
   needs: []
   allow_failure: false
   variables:
+    CFLAGS: -Wno-missing-include-dirs
     IMAGE: registry.opensuse.org/opensuse/leap:15.5
     NAME: opensuse-leap-15
     RPM: skip
index 20b852fc40c34548649cf795f8d5250c9118c614..e115f45b2c295e2f36e1c3a2a1121df6b64a03cf 100644 (file)
@@ -201,6 +201,8 @@ targets:
       - arch: x86_64
         variables:
           RPM: skip
+          # Keep until fix for: https://bugzilla.opensuse.org/show_bug.cgi?id=1216862
+          CFLAGS: -Wno-missing-include-dirs
 
   opensuse-tumbleweed:
     jobs: