Skip to content

Commit eda1062

Browse files
authored
[bazel] removes hermetic_python alias (#59352)
people can reference `//bazel:py3` instead. it is kind of inaccurate to emphasis "hermetic"; it the constraint does not really enforces hermeticity Signed-off-by: Lonnie Liu <[email protected]>
1 parent 4824f5a commit eda1062

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ package(
2020
default_visibility = ["//visibility:public"],
2121
)
2222

23-
alias(
24-
name = "hermetic_python",
25-
actual = "//bazel:py310",
26-
visibility = ["//visibility:public"],
27-
)
28-
2923
# C/C++ toolchain constraint configs.
3024

3125
config_setting(

0 commit comments

Comments
 (0)