Skip to content

Commit 8611b76

Browse files
liushilongbuaamssonicbld
authored andcommitted
Pin mmh3 package version in sonic-slave-stretch docker (sonic-net#14463)
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
1 parent 1cf4c84 commit 8611b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sonic-slave-stretch/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ RUN pip2 install Pympler==0.8
354354
RUN pip3 install pyang==2.4.0
355355
356356
# For mgmt-framework build
357-
RUN pip2 install mmh3
357+
RUN pip2 install mmh3==2.5.1
358358
359359
# Install dependencies for isc-dhcp-relay build
360360
RUN apt-get -y build-dep isc-dhcp

0 commit comments

Comments
 (0)