commit | 59bb4a88783cca738394cb3cb91bc8243df5e18d | [log] [tgz] |
---|---|---|
author | Richard Levasseur <rlevasseur@google.com> | Tue Jul 23 19:21:27 2024 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 24 02:21:27 2024 +0000 |
tree | 2734679d3998b3e6bb97576a6d74d7b964603200 | |
parent | eef1d81b0c047b3e8848eeb0eac2483d33b7fa54 [diff] |
fix: add missing +x to runtime env toolchain interpreter script (#2086) The `runtime_env_toolchain_interpreter.sh` file was missing the executable bit, which prevented the file from actually be runnable later. To fix, just `chmod +x` it. I also added tests to actually run using it and verify that it is the toolchain used by the test. Fixes https://github.com/bazelbuild/rules_python/issues/2085
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.