Skip to content

Commit 8842bbf

Browse files
authored
remove platform_mappings, again (#2616)
now that Bazel 6 isn't supported anymore, this should be okay. "should" is doing some heavy-lifting there, though, so let's run it through CI
1 parent f0d6d59 commit 8842bbf

File tree

3 files changed

+0
-169
lines changed

3 files changed

+0
-169
lines changed

BUILD

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ licenses(["notice"])
22

33
exports_files(["LICENSE"])
44

5-
exports_files(
6-
["platform_mappings"],
7-
visibility = [
8-
"//test:__subpackages__",
9-
],
10-
)
11-
125
# See the note in __init__.py for why this is needed.
136
py_library(
147
name = "py_init_shim",

platform_mappings

Lines changed: 0 additions & 161 deletions
This file was deleted.

test/test_rules.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def apple_shell_test(
103103
data = [
104104
src,
105105
"//:for_bazel_tests",
106-
"//:platform_mappings",
107106
"//test:apple_shell_testutils.sh",
108107
"//test/testdata/provisioning:integration_testing_profiles",
109108
"//test:unittest.bash",

0 commit comments

Comments
 (0)