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

[action] [PR:18319] Fix debug package variables for syncd (#18319) #18394

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

mssonicbld
Copy link
Collaborator

  • Fix debug package variables for syncd

PR #16072 renamed the debug package variables from *_DBG to
*_DBGSYM, since the package names had changed. However, the references
weren't updated. Since all the other debug packages (including ones that
are named *-dbgsym) use *_DBG, just use that here as well.

Signed-off-by: Saikrishna Arcot sarcot@microsoft.com

  • Update sairedis.mk as well

Signed-off-by: Saikrishna Arcot sarcot@microsoft.com


Signed-off-by: Saikrishna Arcot sarcot@microsoft.com

* Fix debug package variables for syncd

PR sonic-net#16072 renamed the debug package variables from `*_DBG` to
`*_DBGSYM`, since the package names had changed. However, the references
weren't updated. Since all the other debug packages (including ones that
are named `*-dbgsym`) use `*_DBG`, just use that here as well.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>

* Update sairedis.mk as well

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>

---------

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
@mssonicbld
Copy link
Collaborator Author

Original PR: #18319

@mssonicbld mssonicbld merged commit a65fc61 into sonic-net:202311 Mar 19, 2024
17 checks passed
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.

2 participants