Re: [PATCH] ci: workaround broken opensuse leap 15.5 tirpc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Nov 06, 2023 at 10:19:23AM +0100, Martin Kletzander wrote:
On Fri, Nov 03, 2023 at 09:37:19AM -0400, Daniel P. Berrangé wrote:
Temporarily disable '-Wmissing-include-dirs' becuase the
libtirpc pkg-confog file has a bogus include dir. The
headers can fortunately still be found since they are
in the system include dir.

Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>

even though this patch does not apply for me for some reason, no idea why, it is
valid and our CI fails without it, hence


Ah, since the switch to the new ML I cannot apply any patch using git
am:

warning: quoted CRLF detected
Applying: ci: workaround broken opensuse leap 15.5 tirpc
Using index info to reconstruct a base tree...
error: patch failed: ci/gitlab/builds.yml:332
error: ci/gitlab/builds.yml: patch does not apply
error: patch failed: ci/manifest.yml:205

Reviewed-by: Martin Kletzander <mkletzan@xxxxxxxxxx>

---
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 9ae2225e35..e1ea87db1b 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 0e5a17a2bd..2af8e62f28 100644
--- a/ci/manifest.yml
+++ b/ci/manifest.yml
@@ -205,6 +205,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:
--
2.41.0
_______________________________________________
Devel mailing list -- devel@xxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxx


Attachment: signature.asc
Description: PGP signature

_______________________________________________
Devel mailing list -- devel@xxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxx

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux