Why I did it Cherry-pick from #8950 Sonic-swss-common requires gmock for staged unit tests How I did it Installed dependency in sonic-buster-build docker file How to verify it rebuild the build container
This commit is contained in:
parent
fb06d3a70c
commit
8ea6ee7215
@ -254,6 +254,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# For gtest
|
# For gtest
|
||||||
libgtest-dev \
|
libgtest-dev \
|
||||||
cmake \
|
cmake \
|
||||||
|
# For gmock
|
||||||
|
libgmock-dev \
|
||||||
# For pam_tacplus build
|
# For pam_tacplus build
|
||||||
autoconf-archive \
|
autoconf-archive \
|
||||||
# For iproute2
|
# For iproute2
|
||||||
|
Reference in New Issue
Block a user