| commit | a1ca5d4f47ffafa662b7f518d362c86d78ab6468 | [log] [tgz] |
|---|---|---|
| author | Markus Hofbauer <markus.hofbauer@flyzipline.com> | Sun Dec 28 02:19:54 2025 +0100 |
| committer | GitHub <noreply@github.com> | Sun Dec 28 01:19:54 2025 +0000 |
| tree | cc5865d0818b0e2624c12c45027a1c9f67ea9834 | |
| parent | f7656d16f284c081aaef1c11991c1220b1ea6909 [diff] |
build: Export runtime_env_toolchain_interpreter.sh file (#3471) I am working on https://github.com/bazelbuild/bazel/pull/27674 towards https://github.com/bazelbuild/bazel/issues/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.
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.