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

[rules/libyang.mk]: Fix the dependencies among libyang PKGs. #4669

Merged
merged 2 commits into from
May 29, 2020

Conversation

praveen-li
Copy link
Collaborator

This changes is needed to support parallel build Jobs.
Signed-off-by: Praveen Chaudhary [email protected]

- Why I did it

Fix the dependencies among libyang PKGs.

- How I did it
Made LIBYANG_PY2 and LIBYANG_PY3 depend on LIBYANG and LIBYANG_CPP. Also LIBYANG_CPP depends on LIBYANG.

- How to verify it

Have to depend on Jenkins Job, since problem is seen with (e.g., SONIC_BUILD_JOBS=20).

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

This changes is needed to support parallel build Jobs.
Signed-off-by: Praveen Chaudhary [email protected]
@praveen-li
Copy link
Collaborator Author

@zhenggen-xu @jleveque : Kindly review. Thx.

Copy link
Contributor

@jleveque jleveque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm running a test build with these changes now. I'll report back my results. However, I have requested a few minor whitespace-related changes in the meantime.

rules/libyang.mk Outdated Show resolved Hide resolved
rules/libyang.mk Outdated Show resolved Hide resolved
rules/libyang.mk Outdated Show resolved Hide resolved
@praveen-li
Copy link
Collaborator Author

praveen-li commented May 29, 2020 via email

@jleveque
Copy link
Contributor

My first test build (with <= 20 build jobs) did not encounter any dependency issues. I think this PR fixes the issue. 👍

@jleveque
Copy link
Contributor

Retest mellanox please

@praveen-li
Copy link
Collaborator Author

My first test build (with <= 20 build jobs) did not encounter any dependency issues. I think this PR fixes the issue. 👍

Cool, Then. Happy Weekend.

@lguohan lguohan merged commit d86af98 into sonic-net:master May 29, 2020
@lguohan lguohan added the Build label May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants