]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/rules: Also exclude librgw and radosgw from dwz 70264/head
authorDavid Galloway <david.galloway@ibm.com>
Thu, 16 Jul 2026 20:25:07 +0000 (16:25 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 16 Jul 2026 20:25:07 +0000 (16:25 -0400)
Fixes: https://tracker.ceph.com/issues/78312
Signed-off-by: David Galloway <david.galloway@ibm.com>
debian/rules

index 393572ada38264bca051964908a619c40c76e136..ce9a07a7f65f12ae6ec3d6a05a021236cd76f5ed 100755 (executable)
@@ -56,8 +56,9 @@ ifeq ($(DWZ), false)
 override_dh_dwz:
 else
 override_dh_dwz:
-       # Exclude ceph-osd-crimson due to excessive debug info (too many DIEs)
-       dh_dwz -Xceph-osd-crimson
+       # Exclude ceph-osd-crimson, librgw, and radosgw due to excessive debug info (too many DIEs)
+       dh_dwz -Xceph-osd-crimson -Xlibrgw -Xradosgw
+
 endif
 
 # for python3-${pkg} packages