Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove platform_mappings files #2341

Merged
merged 3 commits into from
Jan 22, 2024
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
2 changes: 0 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ x_defaults:
- --test_tag_filters=-skipci
common_last_green: &common_last_green
bazel: last_green
build_flags:
- --config=visionos
test_flags:
- --test_tag_filters=-skipci

Expand Down
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
137 changes: 0 additions & 137 deletions platform_mappings

This file was deleted.

153 changes: 0 additions & 153 deletions platform_mappings_visionos

This file was deleted.

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