Skip to content

Commit

Permalink
switch boost dependency in bzlmod to bcr
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 17, 2024
1 parent e2c729d commit f833e73
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 27 deletions.
2 changes: 1 addition & 1 deletion example/use-anyflow-with-brpc/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
common --registry=https://bcr.bazel.build
common --registry=file:///home/oathdruid/src/babylon/registry
common --registry=https://baidu.github.io/babylon/registry
2 changes: 1 addition & 1 deletion example/use-arena-with-brpc/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
common --registry=https://bcr.bazel.build
common --registry=https://baidu.github.io/babylon/registry

build --compilation_mode=opt --copt=-O3
build --compilation_mode=opt --copt=-O3 --cxxopt=-std=c++17
4 changes: 2 additions & 2 deletions example/use-arena-with-brpc/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = 'babylon', version = '1.3.2')
bazel_dep(name = 'brpc', version = '1.9.0')
bazel_dep(name = 'babylon', version = '1.4.0')
bazel_dep(name = 'brpc', version = '1.9.0.bcr.1')
bazel_dep(name = 'tcmalloc', version = '0.0.0-20240411-5ed309d')
single_version_override(module_name = 'protobuf', version = '25.3.arenastring')
1 change: 0 additions & 1 deletion example/use-async-logger/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
common --registry=https://bcr.bazel.build
common --registry=https://baidu.github.io/babylon/registry
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main

build --compilation_mode opt --copt=-O3 --cxxopt=-std=c++17
2 changes: 1 addition & 1 deletion example/use-async-logger/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.3.2
4 changes: 2 additions & 2 deletions example/use-async-logger/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bazel_dep(name = 'babylon', version = '1.3.2')
bazel_dep(name = 'brpc', version = '1.10.0')
bazel_dep(name = 'babylon', version = '1.4.0')
bazel_dep(name = 'brpc', version = '1.10.0.bcr.1')
bazel_dep(name = 'spdlog', version = '1.14.1')
bazel_dep(name = 'tcmalloc', version = '0.0.0-20240411-5ed309d')
single_version_override(module_name = 'protobuf', version = '3.19.6')
1 change: 0 additions & 1 deletion example/use-counter-with-bvar/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
common --registry=https://bcr.bazel.build
common --registry=https://baidu.github.io/babylon/registry
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main

build --compilation_mode opt --copt=-O3 --cxxopt=-std=c++17
2 changes: 1 addition & 1 deletion example/use-counter-with-bvar/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.3.2
4 changes: 2 additions & 2 deletions example/use-counter-with-bvar/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = 'babylon', version = '1.3.2')
bazel_dep(name = 'brpc', version = '1.10.0')
bazel_dep(name = 'babylon', version = '1.4.0')
bazel_dep(name = 'brpc', version = '1.10.0.bcr.1')
bazel_dep(name = 'tcmalloc', version = '0.0.0-20240411-5ed309d')
single_version_override(module_name = 'protobuf', version = '3.19.6')
1 change: 0 additions & 1 deletion example/use-execution-queue/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
common --registry=https://bcr.bazel.build
common --registry=https://baidu.github.io/babylon/registry
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main

build --compilation_mode opt --copt=-O3 --cxxopt=-std=c++17
2 changes: 1 addition & 1 deletion example/use-execution-queue/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.3.2
4 changes: 2 additions & 2 deletions example/use-execution-queue/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = 'babylon', version = '1.3.2')
bazel_dep(name = 'brpc', version = '1.10.0')
bazel_dep(name = 'babylon', version = '1.4.0')
bazel_dep(name = 'brpc', version = '1.10.0.bcr.1')
bazel_dep(name = 'tcmalloc', version = '0.0.0-20240411-5ed309d')
single_version_override(module_name = 'protobuf', version = '3.19.6')
3 changes: 0 additions & 3 deletions example/use-with-bthread/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
common --registry=https://bcr.bazel.build
common --registry=https://baidu.github.io/babylon/registry
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main

build --cxxopt=-std=c++17
2 changes: 1 addition & 1 deletion example/use-with-bthread/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.3.2
4 changes: 2 additions & 2 deletions example/use-with-bthread/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bazel_dep(name = 'babylon', version = '1.3.2')
bazel_dep(name = 'brpc', version = '1.10.0')
bazel_dep(name = 'babylon', version = '1.4.0')
bazel_dep(name = 'brpc', version = '1.10.0.bcr.1')
3 changes: 0 additions & 3 deletions example/use-with-glog/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
common --registry=https://bcr.bazel.build
common --registry=https://baidu.github.io/babylon/registry
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main

build --cxxopt=-std=c++17
2 changes: 1 addition & 1 deletion example/use-with-glog/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.3.2
2 changes: 1 addition & 1 deletion example/use-with-glog/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bazel_dep(name = 'babylon', version = '1.3.2')
bazel_dep(name = 'babylon', version = '1.4.0')
bazel_dep(name = 'glog', version = '0.7.1')

0 comments on commit f833e73

Please sign in to comment.