Skip to content

Commit 98644ef

Browse files
authored
remove protobuf dev dependency originally added to fix stardoc (#2748)
1 parent 56317c6 commit 98644ef

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# NOTE: These are mainly just for the BazelCI setup so they don't have
22
# to be repeated multiple times in .bazelci/presubmit.yml.
33

4-
# https://github.com/bazelbuild/stardoc/issues/112
5-
common --incompatible_allow_tags_propagation
6-
74
# Add the PATH to the test environment so that common macOS tools can be found
85
# during a test run.
96
build --test_env=PATH

MODULE.bazel

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,9 @@ bazel_dep(
3434
dev_dependency = True,
3535
repo_name = "io_bazel_stardoc",
3636
)
37-
bazel_dep(
38-
name = "protobuf",
39-
version = "29.0",
40-
dev_dependency = True,
41-
repo_name = "com_google_protobuf",
42-
)
4337

4438
non_module_deps = use_extension("//apple:extensions.bzl", "non_module_deps")
45-
use_repo(
46-
non_module_deps,
47-
"xctestrunner",
48-
)
39+
use_repo(non_module_deps, "xctestrunner")
4940

5041
provisioning_profile_repository = use_extension("//apple:apple.bzl", "provisioning_profile_repository_extension")
5142
use_repo(provisioning_profile_repository, "local_provisioning_profiles")

0 commit comments

Comments
 (0)