| commit | 49b66308af877661f318d2f7b22f5c59847695eb | [log] [tgz] |
|---|---|---|
| author | Joel Sing <jsing@canva.com> | Thu Nov 06 12:43:19 2025 +1100 |
| committer | GitHub <noreply@github.com> | Thu Nov 06 01:43:19 2025 +0000 |
| tree | 7405426ed5754b310e7c716f2caeea875966f892 | |
| parent | e85728f5df89408ed78450ee43e66b351f2e9ce9 [diff] |
fix: make CI pass with the next version of Bazel (9.0.0rc1) (#3393) Explicitly load CcToolchainConfigInfo in the fake cc toolchain config. For examples/bzlmod, bump rules_rust to a newer version so that it pulls in dependencies that work correctly with Bazel 9.0.0rc1. Work towards #3392
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.