File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
96build --test_env=PATH
Original file line number Diff line number Diff 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
4438non_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
5041provisioning_profile_repository = use_extension ("//apple:apple.bzl" , "provisioning_profile_repository_extension" )
5142use_repo (provisioning_profile_repository , "local_provisioning_profiles" )
You can’t perform that action at this time.
0 commit comments