build: Migrate to Bazel 8.5.1 - #1215
Open
blorente wants to merge 7 commits into
Open
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
June 20, 2026 12:15
96e40da to
970c764
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
June 20, 2026 12:18
970c764 to
1b032e9
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
June 20, 2026 12:26
1b032e9 to
5edc5e1
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
Hi, there are workflow run(s) waiting for approval, you may be first-time contributor. I will notify maintainers to help approve once PR is approved. Thanks! ---Powered by SONiC BuildBot
|
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
July 31, 2026 15:31
4014e72 to
35063ed
Compare
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
July 31, 2026 15:43
35063ed to
7c5fa56
Compare
Collaborator
|
/azp run |
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
August 6, 2026 16:20
9a61693 to
15bf05d
Compare
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
August 6, 2026 17:41
78fd652 to
a6b1aca
Compare
Collaborator
|
/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. |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
August 6, 2026 18:17
a6b1aca to
e11c139
Compare
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
blorente
marked this pull request as ready for review
August 6, 2026 21:00
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
August 6, 2026 21:07
e11c139 to
a5677c3
Compare
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Signed-off-by: Borja Lorente <blorente.me@gmail.com>
Signed-off-by: Borja Lorente <blorente.me@gmail.com>
Signed-off-by: Borja Lorente <blorente.me@gmail.com>
Signed-off-by: Borja Lorente <blorente.me@gmail.com>
Signed-off-by: Borja Lorente <blorente.me@gmail.com>
Signed-off-by: Borja Lorente <blorente.me@gmail.com>
Signed-off-by: Borja Lorente <blorente.me@gmail.com>
blorente
force-pushed
the
blorente/migrate-to-bzlmod
branch
from
August 6, 2026 21:15
a5677c3 to
394fb30
Compare
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
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.
Migrate the Bazel build of sonic-swss-common to Bazel 8.5.1.
Note that there is no support for yang modules yet, so you have to set
--//tools/bazel:yang_modules=Falsein order for the build to succeed. Support for YANG modules requires both a Python toolchain and migrating sonic-yang-mgmt, -models, and libyang3, which would inflate the scope of these changes too much.Part of sonic-net/sonic-buildimage#28005