Skip to content

Commit

Permalink
more infra
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jan 22, 2024
1 parent cbe9063 commit 06d93b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ build --enable_platform_specific_config
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain

build:visionos --platform_mappings=platform_mappings_visionos
7 changes: 0 additions & 7 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ licenses(["notice"])

exports_files(["LICENSE"])

exports_files(
["platform_mappings"],
visibility = [
"//test:__subpackages__",
],
)

# See the note in __init__.py for why this is needed.
py_library(
name = "py_init_shim",
Expand Down
2 changes: 0 additions & 2 deletions test/bazel_testrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ load(
apple_support_dependencies()
EOF

cp "$(rlocation build_bazel_rules_apple/platform_mappings)" platform_mappings
}

# Set-up a clean default workspace.
Expand Down
1 change: 0 additions & 1 deletion test/test_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def apple_shell_test(
data = [
src,
"//:for_bazel_tests",
"//:platform_mappings",
"//test:external_deps",
"//test:apple_shell_testutils.sh",
"//test/testdata/provisioning:integration_testing_profiles",
Expand Down

0 comments on commit 06d93b4

Please sign in to comment.