Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deb: Disable dh_dwz which can cause issues for go
debbuild will automatically execute this `dh_dwz` target which, for some go builds, will error out like: 0.69 dwz: debian/msft-golang/usr/lib/msft-golang/bin/go: Found compressed .debug_abbrev section, not attempting dwz compression 40.69 dwz: debian/msft-golang/usr/lib/msft-golang/bin/gofmt: Found compressed .debug_abbrev section, not attempting dwz compression 40.69 dwz: Too few files for multifile optimization This does what dh_golang does and overrides this so the target doesn't do anything. We may want to make this opt-in in the future somehow (or scope it down to just go builds?). Not really sure what a good approach will be here, but for now this is blocking being able to build certain packages. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
- Loading branch information