Skip to content

Commit

Permalink
feat: Add C++ grpc example
Browse files Browse the repository at this point in the history
  • Loading branch information
satreix committed May 6, 2024
1 parent 56e0fd8 commit 3cda2f7
Show file tree
Hide file tree
Showing 9 changed files with 10,131 additions and 7,766 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build --cxxopt='-std=c++17'
build --sandbox_block_path=/usr/local

# Ensure rules_haskell picks up the correct toolchain on Mac.
build --action_env=BAZEL_USE_CPP_ONLY_TOOLCHAIN=1
Expand Down
4 changes: 3 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_d
rules_ts_ext.deps()
use_repo(rules_ts_ext, "npm_typescript")

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0")
bazel_dep(name = "fmt", version = "10.2.1.bcr.1")
bazel_dep(name = "gflags", version = "2.2.2")
bazel_dep(name = "googleapis", version = "0.0.0-20240326-1c8d509c5")
bazel_dep(name = "googletest", version = "1.14.0.bcr.1")
bazel_dep(name = "grpc", version = "1.62.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "grpc-java", version = "1.62.2")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_cue", version = "0.5.0")
bazel_dep(name = "rules_foreign_cc", version = "0.10.1")
Expand Down Expand Up @@ -113,7 +116,6 @@ stack_snapshot.snapshot(
bazel_dep(name = "rules_java", version = "7.5.0")
bazel_dep(name = "rules_jni", version = "0.9.1")
bazel_dep(name = "rules_jvm_external", version = "6.0")
bazel_dep(name = "grpc-java", version = "1.62.2")

JUNIT_VERSION = "5.8.1"

Expand Down
Loading

0 comments on commit 3cda2f7

Please sign in to comment.