Skip to content

Commit a1ca5d4

Browse files
authored
build: Export runtime_env_toolchain_interpreter.sh file (#3471)
I am working on bazelbuild/bazel#27674 towards bazelbuild/bazel#10225 to flip `incompatible_no_implicit_file_export`. I found that https://github.com/bazelbuild/bazel/blob/master/src/test/py/bazel/bzlmod/bazel_repo_mapping_test.py and https://github.com/bazelbuild/bazel/blob/master/src/test/py/bazel/bzlmod/bazel_module_test.py require `runtime_env_toolchain_interpreter.sh`. Since it is no longer implicitly exported after flipping the flag, we have to export it explicitly.
1 parent f7656d1 commit a1ca5d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/private/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ package(
2828

2929
licenses(["notice"])
3030

31+
exports_files(["runtime_env_toolchain_interpreter.sh"])
32+
3133
filegroup(
3234
name = "distribution",
3335
srcs = glob(["**"]) + [

0 commit comments

Comments
 (0)