File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ build --test_env=PATH
1313# platform specific).
1414test --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
2218build --check_direct_dependencies=off
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments