Skip to content

Commit aa1b0fd

Browse files
committed
add a missing BUILD.bazel file for integration tests
1 parent 71f40a5 commit aa1b0fd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

python/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ filegroup(
4343
"//python/pip_install:distribution",
4444
"//python/private:distribution",
4545
"//python/runfiles:distribution",
46+
"//python/runtime_env_toolchains:distribution",
4647
"//python/uv:distribution",
4748
],
4849
visibility = ["//:__pkg__"],

python/runtime_env_toolchains/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ load("//python/private:runtime_env_toolchain.bzl", "define_runtime_env_toolchain
1717
package(default_visibility = ["//:__subpackages__"])
1818

1919
define_runtime_env_toolchain(name = "runtime_env_toolchain")
20+
21+
filegroup(
22+
name = "distribution",
23+
srcs = glob(["**"]),
24+
visibility = ["//python:__pkg__"],
25+
)

0 commit comments

Comments
 (0)