-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails on master branch #5692
Comments
Only parallel build are affected. |
can you print out more information. what are those arguments? |
I had misunderstanding the problem. I'm tested some cases.
It seems to be dpkg cache problem. |
check build failure here. https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/buildimage-vs-all-pr/5822/console |
@iMasaruOki , what cache mode are you using RWCACHE or RCACHE? |
…5809) Fix #5692 It fixes the folling error when DPKG cache enabled. make: execvp: /bin/bash: Argument list too long make: *** [slave.mk:389: target/debs/buster/sonic-device-data_1.0-1_all.deb] Error 127 - Why I did it Number of dependent file list is more than 2K which causes bash arg long error. - How I did it Used file operation to store the dependency list.
…onic-net#5809) Fix sonic-net#5692 It fixes the folling error when DPKG cache enabled. make: execvp: /bin/bash: Argument list too long make: *** [slave.mk:389: target/debs/buster/sonic-device-data_1.0-1_all.deb] Error 127 - Why I did it Number of dependent file list is more than 2K which causes bash arg long error. - How I did it Used file operation to store the dependency list.
Description
Build fails on master branch.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
build successful.
Additional information you deem important (e.g. issue happens only occasionally):
tested on ommit 97b33e4
The text was updated successfully, but these errors were encountered: