Open wdoekes opened 2 weeks ago
After building, there are often stray diredctories in the ./dpkg dir.
./dpkg
These are caused by a makefile mismatch:
The creation should happen at run only so they are cleaned up if they are created.
make all
$ ls dpkg/ -ltr total 243 drwx------ 2 sonic-builder sonic-builder 2 Nov 7 14:29 tmp.kqNUFxrvcs drwx------ 2 sonic-builder sonic-builder 2 Nov 7 14:29 tmp.QNfFERqflx ...
$ ls dpkg -ltr
@wdoekes need help from community to fix this build cleanup
Which help? There's the PR #20773 waiting and ready to go.
Description
After building, there are often stray diredctories in the
./dpkg
dir.These are caused by a makefile mismatch:
The creation should happen at run only so they are cleaned up if they are created.
Steps to reproduce the issue:
make all
Describe the results you received:
Describe the results you expected: