Skip to content
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

make target/debs/sonic-device-data_1.0-1_all.deb-clean, wait for a long time #2096

Closed
fillmorechen0928 opened this issue Sep 28, 2018 · 2 comments
Assignees

Comments

@fillmorechen0928
Copy link

fillmorechen0928 commented Sep 28, 2018

The command "make target/debs/sonic-device-data_1.0-1_all.deb-clean" cause to wait for a long time.(more than 30 minutes)

It did not happend at 20180514 version of SONIC project.

default

@yxieca
Copy link
Contributor

yxieca commented Oct 5, 2018

@fillmorechen0928

Please issue make with NOSTRETCH=1, e.g:

make NOSTRETCH=1 target/debs/sonic-device-data_1.0-1_all.deb
make NOSTRETCH=1 target/debs/sonic-device-data_1.0-1_all.deb-clean

Thanks,
Ying

@yxieca
Copy link
Contributor

yxieca commented Nov 5, 2019

Please feel free to enter new issue or reopen if the issue still persists.

@yxieca yxieca closed this as completed Nov 5, 2019
shi-su added a commit that referenced this issue Jan 11, 2022
Why I did it
Update the sonic-swss submodule. The following are new commits in the submodule.

6dae6b8 Add initial value for weight in overlay nexthops (#2096)
d3cd402 [p4rt-tests] Bind response consumer to appl_state_db (#2105)
43e54e5 Fix armhf buildimage artifacts not found issue (#2107)

How I did it
Update the swss submodule pointer.
judyjoseph added a commit that referenced this issue Jan 17, 2022
a6d35de Handling Invalid CRM configuration gracefully (#2109)
d6559e6 [Mellanox] '_8lane' not added to Mellanox 5xxx models with 800G (#2090)
45551b2 [vnetorch] Advertise vnet tunnel routes (#2058)
ed58d2f Add initial value for weight in overlay nexthops (#2096)
theasianpianist pushed a commit to theasianpianist/sonic-buildimage that referenced this issue Feb 5, 2022
What I did
Add initial value for weight in overlay nexthops.

Why I did it
Without initializing the weight variable, it may be initialized as non-zero values. This PR aims to prevent it from happening.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants