diff --git a/.gitmodules b/.gitmodules index 1a1053bf07..7b06b63b02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/WORKSPACE b/WORKSPACE index 03291663a6..15eb608a33 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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( diff --git a/build-system/bazel-rules/apple_support b/build-system/bazel-rules/apple_support index cf271a330b..07dd08dc40 160000 --- a/build-system/bazel-rules/apple_support +++ b/build-system/bazel-rules/apple_support @@ -1 +1 @@ -Subproject commit cf271a330b08a3bbd8ad61241d03787683d5a1c5 +Subproject commit 07dd08dc40470dcf8c9c9e0f36ca100d99535722 diff --git a/build-system/bazel-rules/rules_apple b/build-system/bazel-rules/rules_apple index 345b71fc22..78c2f00932 160000 --- a/build-system/bazel-rules/rules_apple +++ b/build-system/bazel-rules/rules_apple @@ -1 +1 @@ -Subproject commit 345b71fc226d79abfe180b27b7f8d711aa398bbd +Subproject commit 78c2f00932884edb9fd34a4d2f73ab1830f28976 diff --git a/build-system/bazel-rules/rules_swift b/build-system/bazel-rules/rules_swift index 1aec64c218..86dc0f0462 160000 --- a/build-system/bazel-rules/rules_swift +++ b/build-system/bazel-rules/rules_swift @@ -1 +1 @@ -Subproject commit 1aec64c218fc057c2a836e67bd55bc514e0ef8bb +Subproject commit 86dc0f046269b3001f6f20cec38342c03120a209 diff --git a/build-system/bazel-rules/rules_xcodeproj b/build-system/bazel-rules/rules_xcodeproj index db0ce201aa..44b6f046d9 160000 --- a/build-system/bazel-rules/rules_xcodeproj +++ b/build-system/bazel-rules/rules_xcodeproj @@ -1 +1 @@ -Subproject commit db0ce201aa4f2099559d6e4b4373f7de83b81eff +Subproject commit 44b6f046d95b84933c1149fbf7f9d81fd4e32020 diff --git a/build-system/tulsi b/build-system/tulsi deleted file mode 160000 index a0bf60e164..0000000000 --- a/build-system/tulsi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a0bf60e1645869c6452c9f3b128362d433764f19 diff --git a/versions.json b/versions.json index af2cb0f4cb..2d777b2e9e 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "app": "11.1.1", "xcode": "15.2", - "bazel": "7.1.1", + "bazel": "7.3.1", "macos": "13.0" }