This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new b9145686 Fix bazel compile error on macOS (#3364)
b9145686 is described below
commit b9145686dd8055ea06a08bcb338916e08b7a0f1f
Author: Bright Chen <[email protected]>
AuthorDate: Mon Jun 29 10:48:56 2026 +0800
Fix bazel compile error on macOS (#3364)
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index b855cd50..6f7b01a8 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -12,7 +12,7 @@ bazel_dep(name = 'protobuf', version = '27.3', repo_name =
'com_google_protobuf'
bazel_dep(name = 'gflags', version = '2.2.2', repo_name =
'com_github_gflags_gflags')
bazel_dep(name = 'glog', version = '0.5.0', repo_name =
'com_github_google_glog')
bazel_dep(name = 'platforms', version = '0.0.4')
-bazel_dep(name = "apple_support", version = "1.17.1")
+bazel_dep(name = "apple_support", version = "1.22.1")
bazel_dep(name = 'rules_cc', version = '0.0.1')
bazel_dep(name = 'rules_proto', version = '4.0.0')
bazel_dep(name = 'zlib', version = '1.3.1.bcr.5', repo_name =
'com_github_madler_zlib')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]