Skip to content

Commit

Permalink
remove platform_mappings, again (#2616)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aaronsky authored Dec 6, 2024
1 parent f0d6d59 commit 8842bbf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 169 deletions.
7 changes: 0 additions & 7 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,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
161 changes: 0 additions & 161 deletions platform_mappings

This file was deleted.

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:apple_shell_testutils.sh",
"//test/testdata/provisioning:integration_testing_profiles",
"//test:unittest.bash",
Expand Down

0 comments on commit 8842bbf

Please sign in to comment.