Update tg_owt in Dockerfile & snapcraft.yaml

This commit is contained in:
Ilya Fedin 2022-04-14 14:11:11 +04:00 committed by John Preston
parent 072974216b
commit d25bd2f481
2 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@ RUN mkdir tg_owt
WORKDIR tg_owt
RUN git init
RUN git remote add origin $GIT/desktop-app/tg_owt.git
RUN git fetch --depth=1 origin 60db14acbda90de6d47bc19f59f3c70e9c3e08a3
RUN git fetch --depth=1 origin 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
RUN git reset --hard FETCH_HEAD
RUN git submodule init
RUN git submodule update

View File

@ -431,7 +431,7 @@ parts:
webrtc:
source: https://github.com/desktop-app/tg_owt.git
source-depth: 1
source-commit: 60db14acbda90de6d47bc19f59f3c70e9c3e08a3
source-commit: 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
plugin: cmake
build-packages:
- ninja-build