Skip to content

Commit 14a8b6c

Browse files
authored
remove --nocheck_visibility flag from .bazelrc (#2692)
1 parent 6f2be02 commit 14a8b6c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ build --test_env=PATH
1313
# platform specific).
1414
test --build_tests_only
1515

16-
# TODO(https://github.com/bazelbuild/bazel/issues/7130): Remove this flag when
17-
# visibility and symbol import issues are resolved.
18-
build --nocheck_visibility
19-
2016
# We don't need to bump some of our dependencies, just becuse our dev
2117
# dependencies cause us to use a newer version
2218
build --check_direct_dependencies=off

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ filegroup(
1515
name = "for_bazel_tests",
1616
testonly = 1,
1717
srcs = [
18+
"BUILD",
1819
"WORKSPACE",
1920
"//apple:for_bazel_tests",
2021
"//tools:for_bazel_tests",

test/test_rules.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def apple_shell_test(
106106
"//test:apple_shell_testutils.sh",
107107
"//test/testdata/provisioning:integration_testing_profiles",
108108
"//test:unittest.bash",
109-
"//:BUILD",
110109
] + (data or []),
111110
deps = [
112111
"@bazel_tools//tools/bash/runfiles",

0 commit comments

Comments
 (0)