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

[build]: add platform-common as build dep for sonic-utilities #7050

Closed
wants to merge 1 commit into from

Conversation

lguohan
Copy link
Collaborator

@lguohan lguohan commented Mar 13, 2021

Signed-off-by: Guohan Lu lguohan@gmail.com

Why I did it

add platform-common as build dep for sonic-utilities

check the build break here.

https://dev.azure.com/mssonic/build/_build/results?buildId=6841&view=logs&j=5562265b-363f-5c64-5cff-7b508c285721&t=a6f2aaf4-4d30-50c0-c491-b0c5bd079658

How I did it

now sonic-utilities depends on sonic-platform-common

How to verify it

check pr build

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012

Description for the changelog

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

Signed-off-by: Guohan Lu <lguohan@gmail.com>
@lguohan lguohan requested a review from jleveque March 13, 2021 05:31
@lguohan lguohan added the Build label Mar 13, 2021
@@ -5,6 +5,7 @@ $(SONIC_UTILITIES_PY3)_SRC_PATH = $(SRC_PATH)/sonic-utilities
$(SONIC_UTILITIES_PY3)_PYTHON_VERSION = 3
$(SONIC_UTILITIES_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \
$(SWSSSDK_PY3) \
$(SONIC_PLATFORM_COMMON_PY3) \
$(SONIC_CONFIG_ENGINE_PY3) \
$(SONIC_PLATFORM_COMMON_PY3) \
Copy link
Contributor

@jleveque jleveque Mar 13, 2021

Choose a reason for hiding this comment

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

This PR is unnecessary. I already added the dependency on this line via #6703.

There must be something else wrong.

@lguohan lguohan closed this Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants