Skip to content

Commit

Permalink
[Mellanox]: Upgrade libasan to version 8 in docker-syncd-mlnx to alig…
Browse files Browse the repository at this point in the history
…n with bookworm libasan (#21134)

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]>
  • Loading branch information
ayurkiv-nvda authored Dec 16, 2024
1 parent a135a49 commit 5eb2556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/docker-syncd-mlnx/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
{%- if ENABLE_ASAN == "y" %}
libasan6 \
libasan8 \
{%- endif %}
libxml2 \
python3-pip \
Expand Down

0 comments on commit 5eb2556

Please sign in to comment.