public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Kolar <mkolar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] rawhide: Add waiver for annocheck stack-realign test failure on i686 architecture
Date: Thu, 02 Jul 2026 18:09:45 GMT	[thread overview]
Message-ID: <178301578519.1.10382096487475615214.rpms-gdb-0b3bd1a58930@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gdb
            Branch : rawhide
            Commit : 0b3bd1a58930fc197926fbd9fec153e93065b991
            Author : Michal Kolar <mkolar@redhat.com>
            Date   : 2026-07-01T20:23:20+00:00
            Stats  : +10/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gdb/c/0b3bd1a58930fc197926fbd9fec153e93065b991?branch=rawhide

            Log:
            Add waiver for annocheck stack-realign test failure on i686 architecture

GDB code is compiled with -mstackrealign, but the binary links against
static code which was compiled without this flag.

---
diff --git a/rpminspect.yaml b/rpminspect.yaml
index 84451eb..2bfe7c0 100644
--- a/rpminspect.yaml
+++ b/rpminspect.yaml
@@ -1,7 +1,14 @@
 ---
 
-# Disable Link-Time Optimization checks
-# Upstream GDB is not fully compatible with LTO
 annocheck:
   jobs:
-    - hardened: --skip-lto
+
+    # --skip-lto
+    # Disable Link-Time Optimization checks
+    # Upstream GDB is not fully compatible with LTO
+    #
+    # --skip-stack-realign
+    # Skip stack-realign test for i686
+    # GDB code is compiled with -mstackrealign, but the binary links
+    # against static code which was compiled without this flag
+    - hardened: --skip-lto --skip-stack-realign

                 reply	other threads:[~2026-07-02 18:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178301578519.1.10382096487475615214.rpms-gdb-0b3bd1a58930@fedoraproject.org \
    --to=mkolar@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox