mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Update canonical bazel user root
This commit is contained in:
parent
a16e537b07
commit
f77387c352
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
SOURCE_DIR=/Users/Shared/telegram-ios
|
||||
|
||||
# use canonical bazel root
|
||||
BAZEL_USER_ROOT="/private/var/tmp/_bazel_telegram"
|
||||
BAZEL_USER_ROOT="/private/var/tmp/_bazel_containerhost"
|
||||
|
||||
cd $SOURCE_DIR
|
||||
|
||||
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
|
||||
python3 build-system/Make/ImportCertificates.py --path build-system/fake-codesigning/certs
|
||||
python3 -u build-system/Make/Make.py build \
|
||||
--bazelUserRoot="$BAZEL_USER_ROOT" \
|
||||
--configurationPath="build-system/appstore-configuration.json" \
|
||||
--codesigningInformationPath=build-system/fake-codesigning \
|
||||
--configuration=release_arm64 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue