Update build tools

This commit is contained in:
Isaac 2024-09-18 13:58:13 +08:00
parent 3929559a3b
commit 565b8c861e
8 changed files with 8 additions and 12 deletions

3
.gitmodules vendored
View File

@ -14,9 +14,6 @@ url=https://github.com/bazelbuild/rules_swift.git
[submodule "submodules/TgVoip/libtgvoip"]
path = submodules/TgVoip/libtgvoip
url = https://github.com/telegramdesktop/libtgvoip.git
[submodule "build-system/tulsi"]
path = build-system/tulsi
url=https://github.com/bazelbuild/tulsi.git
[submodule "submodules/TgVoipWebrtc/tgcalls"]
path = submodules/TgVoipWebrtc/tgcalls
url=../tgcalls.git

View File

@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file"
http_archive(
name = "bazel_features",
sha256 = "0f23d75c7623d6dba1fd30513a94860447de87c8824570521fcc966eda3151c2",
strip_prefix = "bazel_features-1.4.1",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.4.1/bazel_features-v1.4.1.tar.gz",
sha256 = "bdc12fcbe6076180d835c9dd5b3685d509966191760a0eb10b276025fcb76158",
strip_prefix = "bazel_features-1.17.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.17.0/bazel_features-v1.17.0.tar.gz",
)
local_repository(

@ -1 +1 @@
Subproject commit cf271a330b08a3bbd8ad61241d03787683d5a1c5
Subproject commit 07dd08dc40470dcf8c9c9e0f36ca100d99535722

@ -1 +1 @@
Subproject commit 345b71fc226d79abfe180b27b7f8d711aa398bbd
Subproject commit 78c2f00932884edb9fd34a4d2f73ab1830f28976

@ -1 +1 @@
Subproject commit 1aec64c218fc057c2a836e67bd55bc514e0ef8bb
Subproject commit 86dc0f046269b3001f6f20cec38342c03120a209

@ -1 +1 @@
Subproject commit db0ce201aa4f2099559d6e4b4373f7de83b81eff
Subproject commit 44b6f046d95b84933c1149fbf7f9d81fd4e32020

@ -1 +0,0 @@
Subproject commit a0bf60e1645869c6452c9f3b128362d433764f19

View File

@ -1,6 +1,6 @@
{
"app": "11.1.1",
"xcode": "15.2",
"bazel": "7.1.1",
"bazel": "7.3.1",
"macos": "13.0"
}