[code sync] Merge code from sonic-net/sonic-buildimage:202605 to 202607 - #2873
Merged
Conversation
mssonicbld
commented
Aug 6, 2026
Collaborator
Update grpcurl to use the first grpc-go release that fixes GHSA-hrxh-6v49-42gf. Signed-off-by: Austin (Ngoc Thang) Pham <austinpham@microsoft.com> Copilot-Session: e838b61b-d284-4649-9a41-38824c1a742a
#### Why I did it The build was failing while fetching the `p4lang-p4c` source package: `get_url_version http://download.opensuse.org/repositories/home:/p4lang/Debian_11/p4lang-p4c_1.2.4.2-2.dsc failed` The OpenSUSE OBS repository (`home:/p4lang/Debian_11`) only keeps the latest revision of each package. Once `p4lang-p4c` was republished, the `1.2.4.2-2` revision stopped resolving and the build broke. The currently published revision is `1.2.4.2-3`. ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it Bumped the pinned `p4lang-p4c` version to the published revision `1.2.4.2-3`: - `rules/p4lang.mk`: `P4LANG_P4C_VERSION_FULL` -> `$(P4LANG_P4C_VERSION)-3`. - `dockers/docker-ptf/Dockerfile.j2`: `apt install` reference -> `p4lang-p4c_1.2.4.2-3_amd64.deb`. #### How to verify it Build the docker-ptf image / `target/sonic-vs.img.gz`; the `p4lang-p4c` deb fetch and build succeed. #### Which release branch to backport (provide reason below if selected) This is a build fix; it can be backported to active release branches that still pin `p4lang-p4c 1.2.4.2-2` and hit the same OpenSUSE fetch failure. - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [ ] 202505 - [ ] 202511 - [ ] 202512 - [ ] 202605 - [ ] 202608 #### Tested branch - [x] master - [x] 202605 - [ ] 202611 #### Test result Validated by the PR `Azure.sonic-buildimage` CI on this commit: all build jobs (`BuildVS vs` / `vpp` / `alpinevs`, `broadcom`, `mellanox`, `marvell_prestera`, `nvidia_bluefield`, `aspeed_arm64`) and the Elastictest KVM test suites (t0, t0-2vlans, t1-lag, t1-lag-vpp, t2, multi-asic-t1, dualtor, dpu) passed. Verified on 202511, 202605 branches. #### Description for the changelog Bump p4lang-p4c to 1.2.4.2-3 #### Link to config_db schema for YANG module changes N/A. No YANG or config_db schema changes. Signed-off-by: Sonic Build Admin <sonicbld@microsoft.com>
Collaborator
Author
|
/azp run |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
…utomatically (#28869) #### Why I did it src/sonic-host-services ``` * c3bf111 - (HEAD -> 202605, origin/202605) [gnoi-shutdown]: Use Wants= for gnmi.service so ExecCondition runs when gnmi is masked (Azure#420) (49 minutes ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
force-pushed
the
sonicbld/202607-merge
branch
from
August 7, 2026 03:03
d0dceec to
638c2f2
Compare
Collaborator
Author
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
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.