Skip to content

Commit

Permalink
repo-sync-2024-12-19T15:23:27+0800 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojian-ant authored Dec 19, 2024
1 parent b91d7e6 commit 3fd1cb6
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 1,221 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ external

#brpc
rpc_data

.clwb
cmake-build-debug-remote
15 changes: 3 additions & 12 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@ module(
)

# --registry=https://bcr.bazel.build
bazel_dep(name = "protobuf", version = "27.3")
bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "apple_support", version = "1.17.1")
bazel_dep(name = "rules_cc", version = "0.0.12")
single_version_override(
module_name = "rules_cc",
version = "0.0.12",
)

bazel_dep(name = "abseil-cpp", version = "20230802.1")
bazel_dep(name = "rules_cc", version = "0.0.13")
bazel_dep(name = "abseil-cpp", version = "20240722.0")
bazel_dep(name = "gflags", version = "2.2.2")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "msgpack-c", version = "6.1.0")
Expand All @@ -59,11 +55,6 @@ bazel_dep(name = "hash_drbg", version = "0.0.0-20230516-2411fa9")
bazel_dep(name = "org_interconnection", version = "0.0.1")
bazel_dep(name = "lib25519", version = "20240321")
bazel_dep(name = "mcl", version = "1.99")
bazel_dep(name = "protobuf", version = "25.5")
single_version_override(
module_name = "protobuf",
version = "25.5",
)

# --registry=https://baidu.github.io/babylon/registry
bazel_dep(name = "leveldb", version = "1.23")
Expand Down
70 changes: 0 additions & 70 deletions bazel/FourQlib.BUILD

This file was deleted.

29 changes: 0 additions & 29 deletions bazel/hash_drbg.BUILD

This file was deleted.

Loading

0 comments on commit 3fd1cb6

Please sign in to comment.