From bbb2332f7e5655a6e160f04c2913e167356e7750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 3 Nov 2023 09:22:42 -0400 Subject: [PATCH] ci: workaround broken opensuse leap 15.5 tirpc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Andrea Bolognani Signed-off-by: Daniel P. Berrangé --- ci/gitlab/builds.yml | 2 ++ ci/manifest.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml index 2aa1c51bdd..2beca51767 100644 --- a/ci/gitlab/builds.yml +++ b/ci/gitlab/builds.yml @@ -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 diff --git a/ci/manifest.yml b/ci/manifest.yml index 20b852fc40..e115f45b2c 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -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: