Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ build --test_env=PATH
# platform specific).
test --build_tests_only

# TODO(https://github.com/bazelbuild/bazel/issues/7130): Remove this flag when
# visibility and symbol import issues are resolved.
build --nocheck_visibility

# We don't need to bump some of our dependencies, just becuse our dev
# dependencies cause us to use a newer version
build --check_direct_dependencies=off
Expand Down
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ filegroup(
name = "for_bazel_tests",
testonly = 1,
srcs = [
"BUILD",
"WORKSPACE",
"//apple:for_bazel_tests",
"//tools:for_bazel_tests",
Expand Down
1 change: 0 additions & 1 deletion test/test_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def apple_shell_test(
"//test:apple_shell_testutils.sh",
"//test/testdata/provisioning:integration_testing_profiles",
"//test:unittest.bash",
"//:BUILD",
] + (data or []),
deps = [
"@bazel_tools//tools/bash/runfiles",
Expand Down