tongke6 commented on code in PR #2846:
URL: https://github.com/apache/brpc/pull/2846#discussion_r1882179401


##########
MODULE.bazel:
##########
@@ -12,13 +12,23 @@ 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 = 'rules_cc', version = '0.0.1')
 bazel_dep(name = 'rules_proto', version = '4.0.0')
 bazel_dep(name = 'zlib', version = '1.2.13', repo_name = 
'com_github_madler_zlib')
 
 # --registry=https://baidu.github.io/babylon/registry
 bazel_dep(name = 'leveldb', version = '1.23', repo_name = 
'com_github_google_leveldb')
+single_version_override(
+    module_name = "leveldb",
+    registry = 
"https://raw.githubusercontent.com/secretflow/bazel-registry/main";,

Review Comment:
   NOTE: leveldb and openssl bcr files could move to 
https://baidu.github.io/babylon/registry



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to