bisect: pin to 16th June 2020

This commit is contained in:
lod 2020-08-11 20:04:52 +02:00
parent 6d5361822a
commit db0bbe5e90
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ RUN buildDeps=' \
&& mkdir -p /usr/src/murmur \
&& git clone https://github.com/mumble-voip/mumble.git /usr/src/murmur \
&& cd /usr/src/murmur \
&& git checkout 6541e182871f04fe436b5b0cf3131b7b03e3cf83 \
&& git checkout 73c535b25d1607131245f4969c638c686e506245 \
&& git submodule init \
&& git submodule update \
&& qmake -recursive main.pro CONFIG+="no-client no-g15 no-bonjour grpc" \