Skip to content

[action] [PR:377] azure-pipelines: install libyang3 instead of libyang1#383

Merged
mssonicbld merged 1 commit into
sonic-net:202605from
mssonicbld:cherry/202605/377
Jun 16, 2026
Merged

[action] [PR:377] azure-pipelines: install libyang3 instead of libyang1#383
mssonicbld merged 1 commit into
sonic-net:202605from
mssonicbld:cherry/202605/377

Conversation

@mssonicbld

Copy link
Copy Markdown
Collaborator

- What I did

Updated azure-pipelines.yml to install the libyang3 deb (libyang3_*.deb) instead of the removed libyang1 deb (libyang_1.0.73_amd64.deb) in the dependency install step.

- How I did it

sonic-buildimage now builds only libyang3, so the libyang_1.0.73_amd64.deb token in the brace-expanded dpkg -i {...} list was replaced with the versionless glob libyang3_*.deb (consistent with the existing libpcre3_*.deb / libnl-*_*.deb globs in the same list). Part of sonic-net/sonic-buildimage#22385.

- How to verify it

The CI dependency install succeeds against the libyang3 debs produced by current sonic-buildimage master; a re-grep shows the only libyang reference is now libyang3_*.deb.

- Description for the changelog

azure-pipelines: install libyang3 instead of libyang1.
Signed-off-by: Sonic Build Admin sonicbld@microsoft.com

**- What I did**

Updated `azure-pipelines.yml` to install the libyang3 deb (`libyang3_*.deb`) instead of the removed libyang1 deb (`libyang_1.0.73_amd64.deb`) in the dependency install step.

**- How I did it**

`sonic-buildimage` now builds only libyang3, so the `libyang_1.0.73_amd64.deb` token in the brace-expanded `dpkg -i {...}` list was replaced with the versionless glob `libyang3_*.deb` (consistent with the existing `libpcre3_*.deb` / `libnl-*_*.deb` globs in the same list). Part of sonic-net/sonic-buildimage#22385.

**- How to verify it**

The CI dependency install succeeds against the libyang3 debs produced by current `sonic-buildimage` master; a re-grep shows the only libyang reference is now `libyang3_*.deb`.

**- Description for the changelog**

azure-pipelines: install libyang3 instead of libyang1.
Signed-off-by: Sonic Build Admin <sonicbld@microsoft.com>
@mssonicbld

Copy link
Copy Markdown
Collaborator Author

Original PR: #377

@mssonicbld

Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@mssonicbld mssonicbld merged commit 05130c8 into sonic-net:202605 Jun 16, 2026
5 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.

1 participant