mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Update tg_owt, lib_webrtc and patches.
This commit is contained in:
parent
517b456670
commit
3888e8084a
4 changed files with 7 additions and 7 deletions
|
@ -42,7 +42,7 @@ FROM builder AS patches
|
|||
RUN git init patches \
|
||||
&& cd patches \
|
||||
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
||||
&& git fetch --depth=1 origin 6898f0d215f249917c076f00d3fc954a43f35e6a \
|
||||
&& git fetch --depth=1 origin 85a1c4ec327ed390a27e85f2162c31525220a50d \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
@ -771,7 +771,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
|||
RUN git init tg_owt \
|
||||
&& cd tg_owt \
|
||||
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
|
||||
&& git fetch --depth=1 origin 996dbe2c83b5a71d9045ce47960b8432e223dbb3 \
|
||||
&& git fetch --depth=1 origin c0ba7b391c0fd1d408fc0d58f4fbecb68a6fcd55 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& git submodule update --init --recursive --depth=1 \
|
||||
&& rm -rf .git \
|
||||
|
|
|
@ -457,7 +457,7 @@ if customRunCommand:
|
|||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 6898f0d215
|
||||
git checkout 85a1c4ec32
|
||||
""")
|
||||
|
||||
stage('msys64', """
|
||||
|
@ -1718,7 +1718,7 @@ win:
|
|||
stage('tg_owt', """
|
||||
git clone https://github.com/desktop-app/tg_owt.git
|
||||
cd tg_owt
|
||||
git checkout 996dbe2c83
|
||||
git checkout c0ba7b391c
|
||||
git submodule init
|
||||
git submodule update
|
||||
win:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 70b83ba71537016a04ff15d44dc078a22c18eced
|
||||
Subproject commit d9a08df0c0b64e4323e23c9ccefe754fd86d0f44
|
|
@ -165,7 +165,7 @@ parts:
|
|||
patches:
|
||||
source: https://github.com/desktop-app/patches.git
|
||||
source-depth: 1
|
||||
source-commit: 6898f0d215f249917c076f00d3fc954a43f35e6a
|
||||
source-commit: 85a1c4ec327ed390a27e85f2162c31525220a50d
|
||||
plugin: dump
|
||||
override-pull: |
|
||||
craftctl default
|
||||
|
@ -433,7 +433,7 @@ parts:
|
|||
webrtc:
|
||||
source: https://github.com/desktop-app/tg_owt.git
|
||||
source-depth: 1
|
||||
source-commit: 996dbe2c83b5a71d9045ce47960b8432e223dbb3
|
||||
source-commit: c0ba7b391c0fd1d408fc0d58f4fbecb68a6fcd55
|
||||
plugin: cmake
|
||||
build-environment:
|
||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||
|
|
Loading…
Add table
Reference in a new issue