Update the Azure Pipeline build to use Bookworm and Ubuntu 22.04#937
Merged
kperumalbfn merged 17 commits intosonic-net:masterfrom Dec 7, 2024
Merged
Conversation
Update the Azure Pipeline build to build for Bookworm, and also build for Ubuntu 22.04 in addition to the current Ubuntu 20.04 build. This helps developers who are on Ubuntu 22.04 be able to use the built artifacts here. Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Saikrishna Arcot <[email protected]>
Merged
ganglyu
added a commit
that referenced
this pull request
Oct 31, 2024
Why I did it #937 PR checker is blocked by goext build How I did it Remove go build, and keep go test to run unit test. How to verify it Pass all UT and E2E test cases.
ganglyu
added a commit
that referenced
this pull request
Nov 2, 2024
Why I did it #937 PR checker is blocked by goext build How I did it Remove go build, and keep go test to run unit test. How to verify it Pass all UT and E2E test cases.
Signed-off-by: Saikrishna Arcot <[email protected]>
…rcot895/sonic-swss-common into upgrade-docker-sonic-vs-to-bookworm
9 tasks
Contributor
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Saikrishna Arcot <[email protected]>
1301cb0 to
4bf14c9
Compare
Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Saikrishna Arcot <[email protected]>
kperumalbfn
approved these changes
Dec 7, 2024
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.
Update the Azure Pipeline build to build for Bookworm, and also build for Ubuntu 22.04 in addition to the current Ubuntu 20.04 build. This helps developers who are on Ubuntu 22.04 be able to use the built artifacts here.
This is dependent on sonic-net/sonic-buildimage#20697.