Skip to content

Commit

Permalink
Pin mmh3 package version in sonic-slave-stretch docker (sonic-net#14463)
Browse files Browse the repository at this point in the history
Why I did it
mmh3's new version 3.1.0 breaks pipeline build.
bullseye/buster/jessie pined the version to 2.5.1

How I did it
Pin mmh3's version as other dists.

How to verify it
  • Loading branch information
liushilongbuaa authored and mssonicbld committed Apr 3, 2023
1 parent ac08632 commit 2d81b52
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 @@ -376,7 +376,7 @@ RUN pip2 install Pympler==0.8
RUN pip3 install pyang==2.4.0
# For mgmt-framework build
RUN pip2 install mmh3
RUN pip2 install mmh3==2.5.1
# Install dependencies for isc-dhcp-relay build
RUN apt-get -y build-dep isc-dhcp
Expand Down

0 comments on commit 2d81b52

Please sign in to comment.