Skip to content

Commit 1ba1892

Browse files
Pin mmh3 package version in sonic-slave-stretch docker (#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 3d1733b commit 1ba1892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-slave-stretch/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ RUN pip2 install Pympler==0.8
356356
RUN pip3 install pyang==2.4.0
357357
358358
# For mgmt-framework build
359-
RUN pip2 install mmh3
359+
RUN pip2 install mmh3==2.5.1
360360
361361
# Install dependencies for isc-dhcp-relay build
362362
RUN apt-get -y build-dep isc-dhcp

0 commit comments

Comments
 (0)