Update tde2e library.

This commit is contained in:
John Preston 2025-04-14 14:39:39 +04:00
parent 2b74ad8b5f
commit b1b2798be1
2 changed files with 2 additions and 2 deletions

View file

@ -818,7 +818,7 @@ COPY --link --from=openssl {{ LibrariesPath }}/openssl-cache /
RUN git init td \
&& cd td \
&& git remote add origin {{ GIT }}/tdlib/td.git \
&& git fetch --depth=1 origin a03a90470d6fca9a5a3db747ba3f3e4a465b5fe7 \
&& git fetch --depth=1 origin 04adfc87deea4c804def118e88c89a08c388b32b \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git \
&& env -u CFLAGS -u CXXFLAGS cmake -B out/Release . \

View file

@ -1928,7 +1928,7 @@ win:
stage('td', """
git clone https://github.com/tdlib/td.git
cd td
git checkout a03a90470d
git checkout 04adfc87de
win:
SET OPENSSL_DIR=%LIBS_DIR%\\openssl3
SET OPENSSL_LIBS_DIR=%OPENSSL_DIR%\\out