You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments