Fix build for Release.

This commit is contained in:
John Preston
2026-08-20 21:25:34 +04:00
parent fdfa24e169
commit 6ee648f6bd
4 changed files with 20 additions and 10 deletions

View File

@@ -654,6 +654,9 @@ jobs:
run: |
cd $REPO_NAME/Telegram
# Report every failing file in one run rather than the first.
defaults write com.apple.dt.Xcode IDEBuildingContinueBuildingAfterErrors -bool YES
./configure.sh \
-D CMAKE_CONFIGURATION_TYPES=Release \
-D CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED=NO \
@@ -935,6 +938,7 @@ jobs:
-v $PWD:/usr/src/tdesktop \
-v $PWD/../DesktopPrivate:/usr/src/DesktopPrivate \
-e CONFIG=Release \
-e KEEP_GOING=1 \
$IMAGE_TAG \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
-D CMAKE_CONFIGURATION_TYPES=Release \