From 06d93b4d14135c60ab0b219effac98a4a9a4e4ec Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 22 Jan 2024 13:31:23 -0800 Subject: [PATCH] more infra --- .bazelrc | 2 -- BUILD | 7 ------- test/bazel_testrunner.sh | 2 -- test/test_rules.bzl | 1 - 4 files changed, 12 deletions(-) diff --git a/.bazelrc b/.bazelrc index 35bc3c8c8f..c7c023f77c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 diff --git a/BUILD b/BUILD index 9a60231e80..40755d1421 100644 --- a/BUILD +++ b/BUILD @@ -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", diff --git a/test/bazel_testrunner.sh b/test/bazel_testrunner.sh index 9841d1d797..f5238957b4 100755 --- a/test/bazel_testrunner.sh +++ b/test/bazel_testrunner.sh @@ -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. diff --git a/test/test_rules.bzl b/test/test_rules.bzl index 989da72fb9..49dbd673e3 100644 --- a/test/test_rules.bzl +++ b/test/test_rules.bzl @@ -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",