-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade libasan to version 8 in docker-syncd-mlnx to align with bookworm libasan #21134
Upgrade libasan to version 8 in docker-syncd-mlnx to align with bookworm libasan #21134
Conversation
…orm libasan Signed-off-by: Andriy Yurkiv <[email protected]>
/azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
I was going to comment suggesting removing the explicit libasan8
installation, but I see the library dependencies for syncd are listed in Recommends
, so there's no strict guarantee for them to get installed.
…n with bookworm libasan (sonic-net#21134) syncd is linking to libasan v8 during build after the bookwork upgrade sonic-net#18651 but libasan v6 is installed in the syncd container for the mellanox platform which is causing runtime errors. Signed-off-by: Andriy Yurkiv <[email protected]>
Cherry-pick PR to 202405: #21213 |
…n with bookworm libasan (#21134) (#21213) syncd is linking to libasan v8 during build after the bookwork upgrade #18651 but libasan v6 is installed in the syncd container for the mellanox platform which is causing runtime errors. Signed-off-by: Andriy Yurkiv <[email protected]> Co-authored-by: Andriy Yurkiv <[email protected]>
Cherry-pick PR to 202411: #21404 |
… align with bookworm libasan (sonic-net#21134)
…n with bookworm libasan (sonic-net#21134) syncd is linking to libasan v8 during build after the bookwork upgrade sonic-net#18651 but libasan v6 is installed in the syncd container for the mellanox platform which is causing runtime errors. Signed-off-by: Andriy Yurkiv <[email protected]>
… align with bookworm libasan (sonic-net#21134)
… align with bookworm libasan (sonic-net#21134)
Why I did it
syncd is linking to libasan v8 during build after the bookwork upgrade #18651 but libasan v6 is installed in the syncd container for the mellanox platform which is causing runtime errors.
Work item tracking
How I did it
Install libasan8 on docker-syncd-mlnx
How to verify it
Build sonic with ENABLE_ASAN=y and verify syncd starts successfully.
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)