Skip to content

Commit

Permalink
Upgrade protoc-gen-protobufjs to get server-streaming support (#6559)
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany authored May 13, 2024
1 parent 5d204cc commit fd9efc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
7 changes: 0 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,6 @@ http_archive(
urls = ["https://github.com/google/cloudprober/releases/download/v0.11.2/cloudprober-v0.11.2-ubuntu-x86_64.zip"],
)

# protoc-gen-protobufjs (for .proto to .js codegen)
http_archive(
name = "com_github_buildbuddy_io_protoc_gen_protobufjs",
sha256 = "ef3f8fb9a417fa7c1e2fe53003221f118214cf014294bfbc5dcfbb2ed1560e83",
urls = ["https://github.com/buildbuddy-io/protoc-gen-protobufjs/releases/download/v0.0.9/protoc-gen-protobufjs-v0.0.9.tar.gz"],
)

# esbuild (for bundling JS)

load("@build_bazel_rules_nodejs//toolchains/esbuild:esbuild_repositories.bzl", "esbuild_repositories")
Expand Down
7 changes: 0 additions & 7 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,6 @@ http_archive(
urls = ["https://github.com/google/cloudprober/releases/download/v0.11.2/cloudprober-v0.11.2-ubuntu-x86_64.zip"],
)

# protoc-gen-protobufjs (for .proto to .js codegen)
http_archive(
name = "com_github_buildbuddy_io_protoc_gen_protobufjs",
sha256 = "ef3f8fb9a417fa7c1e2fe53003221f118214cf014294bfbc5dcfbb2ed1560e83",
urls = ["https://github.com/buildbuddy-io/protoc-gen-protobufjs/releases/download/v0.0.9/protoc-gen-protobufjs-v0.0.9.tar.gz"],
)

# esbuild (for bundling JS)

load("@build_bazel_rules_nodejs//toolchains/esbuild:esbuild_repositories.bzl", "esbuild_repositories")
Expand Down
6 changes: 6 additions & 0 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6806,6 +6806,12 @@ def install_go_mod_dependencies(workspace_name = "buildbuddy"):

# Manually created
def install_static_dependencies(workspace_name = "buildbuddy"):
http_archive(
name = "com_github_buildbuddy_io_protoc_gen_protobufjs",
sha256 = "d6d2dfb28c569ba3e4965acb54ddcccb85d5c55b03e4abf0d0e7df17f2656ee6",
urls = ["https://github.com/buildbuddy-io/protoc-gen-protobufjs/releases/download/v0.0.11/protoc-gen-protobufjs-v0.0.11.tar.gz"],
)

http_archive(
name = "com_github_firecracker_microvm_firecracker",
build_file_content = "\n".join([
Expand Down

0 comments on commit fd9efc1

Please sign in to comment.