Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Nov 8, 2024
2 parents fb67b9b + 9dc8d67 commit d79a78a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/depend-use-cmake-find/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex

URL=https://github.com/baidu/babylon/releases/download/v1.4.2/v1.4.2.tar.gz
NAME=babylon-1.4.1
NAME=babylon-1.4.2
SHA256=d60ee9cd86a777137bf021c8861e97438a69cc857659d5eb39af9e8464434cf1
if ! echo "$SHA256 $NAME.tar.gz" | sha256sum -c; then
wget $URL --continue -O $NAME.tar.gz
Expand Down
8 changes: 8 additions & 0 deletions example/use-anyflow-with-brpc/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
bazel_dep(name = 'babylon', version = '1.4.2')
bazel_dep(name = 'brpc', version = '1.11.0')
bazel_dep(name = 'yaml-cpp', version = '0.8.0')

single_version_override(module_name = 'protobuf', version = '28.3')

archive_override(module_name = 'brpc',
urls = ['https://github.com/apache/brpc/archive/30a56dd153010c0be88d7c197712e5b95843ff9c.zip'],
integrity = 'sha256-94aE0H4NZo72DSB0wtq6YlMZc9fOpGAlK4QHgG0FvXg=',
strip_prefix = 'brpc-30a56dd153010c0be88d7c197712e5b95843ff9c',
)

0 comments on commit d79a78a

Please sign in to comment.