Commit a1ca5d4
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments