Skip to content

Commit

Permalink
[Build]: Fix hundreds of thousands lines of logs printed in marvell-a…
Browse files Browse the repository at this point in the history
…rmhf (#9980)

[Build]: Fix hundreds of thousands lines of logs printed in marvell-armhf
It is caused by the bad format of the marvell sai package mrvllibsai_armhf_1.7.1-6.deb, increasing the waiting time to reduce the logs, and reduce the waste of the CPU.
  • Loading branch information
xumia authored and judyjoseph committed Feb 14, 2022
1 parent b29a3a0 commit bf74a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ $(SONIC_INSTALL_DEBS) : $(DEBS_PATH)/%-install : .platform $$(addsuffix -install
if mkdir $(DEBS_PATH)/dpkg_lock &> /dev/null; then
{ sudo DEBIAN_FRONTEND=noninteractive dpkg -i $(DEBS_PATH)/$* $(LOG) && rm -d $(DEBS_PATH)/dpkg_lock && break; } || { rm -d $(DEBS_PATH)/dpkg_lock && sudo lsof /var/lib/dpkg/lock-frontend && ps aux && exit 1 ; }
fi
sleep 10
done
$(FOOTER)

Expand Down

0 comments on commit bf74a68

Please sign in to comment.