File tree 3 files changed +1
-5
lines changed
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
13
13
# platform specific).
14
14
test --build_tests_only
15
15
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
-
20
16
# We don't need to bump some of our dependencies, just becuse our dev
21
17
# dependencies cause us to use a newer version
22
18
build --check_direct_dependencies=off
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ filegroup(
15
15
name = "for_bazel_tests" ,
16
16
testonly = 1 ,
17
17
srcs = [
18
+ "BUILD" ,
18
19
"WORKSPACE" ,
19
20
"//apple:for_bazel_tests" ,
20
21
"//tools:for_bazel_tests" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ def apple_shell_test(
106
106
"//test:apple_shell_testutils.sh" ,
107
107
"//test/testdata/provisioning:integration_testing_profiles" ,
108
108
"//test:unittest.bash" ,
109
- "//:BUILD" ,
110
109
] + (data or []),
111
110
deps = [
112
111
"@bazel_tools//tools/bash/runfiles" ,
You can’t perform that action at this time.
0 commit comments