Skip to content

Commit

Permalink
Signed-off-by: bacrossland bryan.crossland@target.com
Browse files Browse the repository at this point in the history
Why I did it

Fix updated sonic-swss submodule which uses GMock for testing:

    08711a8 [orchdaemon]: Fixed sairedis record file rotation (sonic-net#2481)

How I did it

Add install of GMock to Dockerfile.j2 in all Debian releases.
  • Loading branch information
bacrossland committed Oct 24, 2022
1 parent 0d2e23f commit 3fb2420
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,8 @@ RUN apt-get install -y vim
# Install rsyslog
RUN apt-get install -y rsyslog
RUN apt-get install -y libgtest-dev
# For gmock
RUN apt-get install -y libgmock-dev
# For gtest and gmock
RUN apt-get install -y libgtest-dev libgmock-dev -t stretch-backports
RUN apt-get install -y libarchive13 librhash0
RUN apt-get -t stretch-backports install -y libuv1
Expand Down

0 comments on commit 3fb2420

Please sign in to comment.