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 5b18cf6 commit 9e1421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ RUN apt-get install -y vim
# Install rsyslog
RUN apt-get install -y rsyslog
RUN apt-get install -y libgtest-dev
RUN apt-get install -y libgtest-dev -t stretch-backports
# For gmock
RUN apt-get install -y libgmock-dev -t stretch-backports
Expand Down

0 comments on commit 9e1421d

Please sign in to comment.