mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-08 08:07:10 +00:00
Update tg_owt revision.
This commit is contained in:
parent
dba9aa30f7
commit
3d8899b9dc
@ -844,7 +844,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 91d836dc84a16584c6ac52b36c04c0de504d9c34
|
||||
RUN git fetch --depth=1 origin d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138
|
||||
RUN git reset --hard FETCH_HEAD
|
||||
RUN git submodule init
|
||||
RUN git submodule update
|
||||
|
@ -932,7 +932,7 @@ mac:
|
||||
stage('tg_owt', """
|
||||
git clone https://github.com/desktop-app/tg_owt.git
|
||||
cd tg_owt
|
||||
git checkout 91d836dc84
|
||||
git checkout d578c760dc
|
||||
git submodule init
|
||||
git submodule update src/third_party/libvpx/source/libvpx src/third_party/libyuv
|
||||
win:
|
||||
|
@ -463,7 +463,7 @@ parts:
|
||||
webrtc:
|
||||
source: https://github.com/desktop-app/tg_owt.git
|
||||
source-depth: 1
|
||||
source-commit: 575fb17d2853c43329e45f6693370f5e41668055
|
||||
source-commit: d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138
|
||||
plugin: cmake
|
||||
build-packages:
|
||||
- yasm
|
||||
|
Loading…
Reference in New Issue
Block a user