[azp] Download libyang3 in the PR build pipeline - #4618
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure Pipelines PR build template to pull in libyang3 from the SONiC “common-lib” artifact, aligning the PR build environment with the newer sonic-swss-common dependency on libyang v3.
Changes:
- Switch common-lib artifact download pattern from
libyang_*.debtolibyang3_*.deb. - Rename the install step display name to reflect it installs multiple SONiC-built dependency
.debs (not just libnl).
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
theasianpianist
force-pushed
the
libyang3-support
branch
from
May 28, 2026 17:47
7e774f7 to
da33054
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
5 tasks
lolyu
pushed a commit
to sonic-net/sonic-sairedis
that referenced
this pull request
May 29, 2026
…pgroup (#1916) Approach What is the motivation for this PR? sonic-net/sonic-swss-common#973 changed swss-common to depend on libyang3 Work item tracking Microsoft ADO (number only): How did you do it? When building in the PR check pipeline, download and install libyang3. A similar change was made for sonic-swss: sonic-net/sonic-swss#4618 How did you verify/test it? Any platform specific information?
Yogapriya-cisco
pushed a commit
to prhoskot/sonic-swss
that referenced
this pull request
Jul 13, 2026
* Download libyang3 in the build pipeline What I did When building in the PR check pipeline, download and install libyang3. Why I did it sonic-net/sonic-swss-common#973 changed swss-common to depend on libyang3 Signed-off-by: Yogapriya Mohankumar <ymohanku@cisco.com>
leenr
pushed a commit
to leenr/sonic-swss
that referenced
this pull request
Aug 4, 2026
* Download libyang3 in the build pipeline What I did When building in the PR check pipeline, download and install libyang3. Why I did it sonic-net/sonic-swss-common#973 changed swss-common to depend on libyang3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did
When building in the PR check pipeline, download and install libyang3.
Why I did it
sonic-net/sonic-swss-common#973 changed swss-common to depend on libyang3
How I verified it
Details if related