Skip to content

Commit 65106f7

Browse files
author
Ali
committed
Temporarily ignore xcode version on CI
1 parent 6cd8742 commit 65106f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎buildbox/build-telegram.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
BUILD_TELEGRAM_VERSION="1"
66

77
MACOS_VERSION="10.15"
8-
XCODE_VERSION="12.2"
8+
XCODE_VERSION="12.3"
99
GUEST_SHELL="bash"
1010

1111
VM_BASE_NAME="macos$(echo $MACOS_VERSION | sed -e 's/\.'/_/g)_Xcode$(echo $XCODE_VERSION | sed -e 's/\.'/_/g)"
@@ -100,7 +100,7 @@ if [ "$BUILD_CONFIGURATION" == "hockeyapp" ] || [ "$BUILD_CONFIGURATION" == "app
100100

101101
case "$BUILD_CONFIGURATION" in
102102
"hockeyapp")
103-
generate-configuration.sh internal development "$BASE_DIR/$BUILDBOX_DIR/transient-data/telegram-codesigning" "$BASE_DIR/$BUILDBOX_DIR/transient-data/build-configuration"
103+
generate-configuration.sh internal release "$BASE_DIR/$BUILDBOX_DIR/transient-data/telegram-codesigning" "$BASE_DIR/$BUILDBOX_DIR/transient-data/build-configuration"
104104
;;
105105

106106
*)

‎buildbox/guest-build-telegram.sh

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ fi
130130
#PATH="$PATH:$(pwd)/tools" BAZEL_HTTP_CACHE_URL="$BAZEL_HTTP_CACHE_URL" LOCAL_CODESIGNING=1 sh "$BUILD_ENV_SCRIPT" make "$APP_TARGET"
131131

132132
python3 build-system/Make/Make.py \
133+
--overrideXcodeVersion \
133134
--bazel="$(pwd)/tools/bazel" \
134135
--cacheHost="$BAZEL_HTTP_CACHE_URL" \
135136
build \

0 commit comments

Comments
 (0)