-
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
[azure-pipelines] update azp from buster to bullseye #2455
Conversation
Signed-off-by: maipbui <maibui@microsoft.com>
azure-pipelines.yml
Outdated
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
azure-pipelines.yml
Outdated
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 comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -29,6 +29,8 @@ function build_and_install_kmodule() | |||
apt-get install -y build-essential linux-headers-${KERNEL_RELEASE} autoconf pkg-config fakeroot | |||
apt-get install -y flex bison libssl-dev libelf-dev | |||
apt-get install -y libnl-route-3-200 libnl-route-3-dev libnl-cli-3-200 libnl-cli-3-dev libnl-3-dev | |||
# Install libs required by libswsscommon for build | |||
apt-get install -y libzmq3-dev libzmq5 libboost-serialization1.71.0 uuid-dev |
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.
Signed-off-by: maipbui <maibui@microsoft.com>
Signed-off-by: maipbui <maibui@microsoft.com>
/azp run Azure.sonic-utilities |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: maipbui <maibui@microsoft.com>
Signed-off-by: maipbui <maibui@microsoft.com>
Signed-off-by: maipbui <maibui@microsoft.com>
Signed-off-by: maipbui <maibui@microsoft.com>
Signed-off-by: maipbui <maibui@microsoft.com>
Signed-off-by: maipbui <maibui@microsoft.com>
@@ -29,6 +29,8 @@ function build_and_install_kmodule() | |||
apt-get install -y build-essential linux-headers-${KERNEL_RELEASE} autoconf pkg-config fakeroot | |||
apt-get install -y flex bison libssl-dev libelf-dev | |||
apt-get install -y libnl-route-3-200 libnl-route-3-dev libnl-cli-3-200 libnl-cli-3-dev libnl-3-dev | |||
# Install libs required by libswsscommon for build | |||
apt-get install -y libzmq3-dev libzmq5 libboost-serialization-dev uuid-dev |
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.
We can remove this line now I believe
Signed-off-by: maipbui <maibui@microsoft.com>
Signed-off-by: maipbui maibui@microsoft.com What I did Update to bullseye to use python 3.9 How I did it Change pipeline from buster to bullseye How to verify it Pass PR build checker
Signed-off-by: maipbui maibui@microsoft.com What I did Update to bullseye to use python 3.9 How I did it Change pipeline from buster to bullseye How to verify it Pass PR build checker
Signed-off-by: maipbui maibui@microsoft.com What I did Update to bullseye to use python 3.9 How I did it Change pipeline from buster to bullseye How to verify it Pass PR build checker
Signed-off-by: maipbui maibui@microsoft.com
What I did
Update to bullseye to use python 3.9
How I did it
Change pipeline from buster to bullseye
How to verify it
Pass PR build checker
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)