-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[azure-pipelines] update azp from buster to bullseye #2455
Merged
maipbui
merged 15 commits into
sonic-net:master
from
maipbui:bui/update_azp_libswsscommon
Nov 17, 2022
Merged
Changes from 2 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9007558
Update azp container and libswsscommon deps
maipbui c459db8
Fix azp
maipbui ae61398
Fix azp
maipbui cd9b2d9
Fix azp
maipbui 34c6d7f
Merge branch 'sonic-net:master' into bui/update_azp_libswsscommon
maipbui b913c4b
Remove 1.74 in libboost-serialization
maipbui e1c8a9c
Add dev to libboost-serialization
maipbui 1029786
Change buster to bullseye
maipbui a4fddc1
Update artifact
maipbui 08824c8
Revert to init solution
maipbui b56f9f6
Merge branch 'sonic-net:master' into bui/update_azp_libswsscommon
maipbui de7fb73
Update buster to bullseye
maipbui 7b05715
update NET CORE
maipbui 5629938
Remove debug code
maipbui fde570d
Remove libs
maipbui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ stages: | |
vmImage: ubuntu-20.04 | ||
|
||
container: | ||
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest | ||
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye:latest | ||
|
||
steps: | ||
- script: | | ||
|
@@ -48,8 +48,9 @@ stages: | |
displayName: "Download artifacts from latest sonic-buildimage build" | ||
|
||
- script: | | ||
apt list | grep "libboost-serialization" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
set -xe | ||
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev | ||
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev libboost-serialization1.71-dev | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
sudo dpkg -i libnl-3-200_*.deb | ||
sudo dpkg -i libnl-genl-3-200_*.deb | ||
sudo dpkg -i libnl-route-3-200_*.deb | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you build in bullseye, you want to install 1.74?