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 cbc51a5 commit 5b18cf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ RUN apt-get update && apt-get install -y \
python-lxml \
libexpat1-dev

# For gmock
RUN apt-get install -y libgmock-dev -t stretch-backports

## Config dpkg
## install the configuration file if it’s currently missing
Expand Down Expand Up @@ -387,6 +385,10 @@ RUN apt-get install -y vim
RUN apt-get install -y rsyslog
RUN apt-get install -y libgtest-dev
# For gmock
RUN apt-get install -y libgmock-dev -t stretch-backports
RUN apt-get install -y libarchive13 librhash0
RUN apt-get -t stretch-backports install -y libuv1
# Install cmake/cmake-data 3.13.2-1_bpo9+1
Expand Down

0 comments on commit 5b18cf6

Please sign in to comment.