Fix for dwz compression error in isolcpus-device-plugin
isolcpus-device-plugin package was failing with following error "Found compressed .debug_aranges section, not attempting dwz compression" for keeping golang-1.19 as default version. This error showed up when we started using the binary-distributed golang-1.19 from upstream bullseye-backports as the default golang version. This change is to build isolcpus-device-plugin package successfully. Test Plan: PASS: isolcpus-device-plugin package build successful using golang-1.19 as default version. Story: 2010878 Task: 48673 Change-Id: I71f9480296051efc2d3e896efe3599216c9d4bf9 Signed-off-by: Boovan Rajendran <boovan.rajendran@windriver.com>
This commit is contained in:
parent
5bf031d65c
commit
8c4a8b7a8c
@ -11,3 +11,6 @@ override_dh_auto_test:
|
|||||||
|
|
||||||
override_dh_usrlocal:
|
override_dh_usrlocal:
|
||||||
echo "do nothing"
|
echo "do nothing"
|
||||||
|
|
||||||
|
override_dh_dwz:
|
||||||
|
echo "do nothing"
|
||||||
|
Loading…
Reference in New Issue
Block a user