public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] rawhide: Add waiver for annocheck stack-realign test failure on i686 architecture
@ 2026-07-02 18:09 Michal Kolar
  0 siblings, 0 replies; only message in thread
From: Michal Kolar @ 2026-07-02 18:09 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 18:09 [rpms/gdb] rawhide: Add waiver for annocheck stack-realign test failure on i686 architecture Michal Kolar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox