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
Why I did it
If the previous compilation exited abnormally during the installation
process, the subsequent compilation process(ex: make target/xxx.bin
SONIC_BUILD_JOBS=4) may enter a deadlock state because the file
lock(`$(DEBS_PATH)/dpkg_lock`) may not be deleted.
How I did it
Try to deleted the file lock before starting compilation.
How to verify it
The compilation always be OK though the previous compilation exited
abnormally during the installation process.
Signed-off-by: Long Wu <[email protected]>
0 commit comments