| commit | c037d83aaad33808abc5f1cce5a797ca1550cf0c | [log] [tgz] |
|---|---|---|
| author | Laramie Leavitt <lar@google.com> | Sun Nov 09 12:14:40 2025 -0800 |
| committer | GitHub <noreply@github.com> | Sun Nov 09 20:14:40 2025 +0000 |
| tree | 9730a7eae817bf3fc8dbb88b96c523d2db75083c | |
| parent | bc196f57aa495843053cd059890b76a77e796b63 [diff] |
fix(local): Fix local_runtime use with free-threaded python (#3399) * Return abi_flags from get_local_runtime_info and pass it into the py3_runtime * Rework how shared-libraries are links are constructed to better meet @rules_cc cc_library.srcs requirements This improves runtime detection for macos when using a python3.14t framework runtime. --------- Co-authored-by: Richard Levasseur <rlevasseur@google.com> Co-authored-by: Richard Levasseur <richardlev@gmail.com>
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.