From 437bc29686388fce3237c4bb633e4c9fb4245e2b Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan <91213141+raramakr@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:13:26 -0700 Subject: [PATCH] fix(ci): Disable DWZ compression for hipfile DEB package (#6370) Add "Disable_DWZ": "True" to hipfile package configuration to skip DWARF debug info compression during Debian packaging. DWZ fails on libhipfile.so with: "Unknown debugging section .debug_str_offsets" JIRA ID: https://github.com/ROCm/TheRock/issues/5076 Co-authored-by: raramakr --- build_tools/packaging/linux/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/packaging/linux/package.json b/build_tools/packaging/linux/package.json index 3a61d5da0ad..1caeb730095 100644 --- a/build_tools/packaging/linux/package.json +++ b/build_tools/packaging/linux/package.json @@ -3333,6 +3333,7 @@ ] } ], + "Disable_DWZ": "True", "Gfxarch": "False" },