Skip to content

Commit

Permalink
Add libgmock package for linkmgrd (#10294)
Browse files Browse the repository at this point in the history
Why I did it
Add libgmock-dev to the package list required by linkmgrd unittests.
Required by PR: sonic-net/sonic-linkmgrd#45

How I did it
Add the package to the package list.

How to verify it
Build docker-mux with KEEP_SLAVE_ON=yes and verify libgmock-dev is present.

Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
  • Loading branch information
lolyu authored Apr 14, 2022
1 parent 8c10c01 commit 812f17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sonic-slave-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ RUN apt-get update && apt-get install -y \
libboost-regex-dev \
googletest \
libgtest-dev \
libgmock-dev \
libgcc-10-dev \
# For sonic-host-services build
libcairo2-dev \
Expand Down
1 change: 1 addition & 0 deletions sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ RUN apt-get update && apt-get install -y \
libboost-regex1.71-dev \
googletest \
libgtest-dev \
libgmock-dev \
libgcc-8-dev \
# For sonic-host-services build
libcairo2-dev \
Expand Down

0 comments on commit 812f17d

Please sign in to comment.