commit | cd4b9c4bf02f27cc912be53aa8b77531b95733d5 | [log] [tgz] |
---|---|---|
author | Ignas Anikevicius <240938+aignas@users.noreply.github.com> | Fri Sep 06 12:25:10 2024 +0900 |
committer | GitHub <noreply@github.com> | Fri Sep 06 03:25:10 2024 +0000 |
tree | 17d8663edbebd2a6c647c2fab3f99c6d2eb918e9 | |
parent | a5076736b0d46b28146e7524f1c0d158d7ed3c2f [diff] |
fix(bzlmod): use --lockfile_mode=update and add a separate job for lockfile testing (#2154) We add two jobs for the bzlmod example to test that lockfile is platform independent. Then we also add a .bazelversion file to the example so that the lockfile is stable. Finally we add a pre-commit hook which may help in keeping the lockfile up-to-date. Fixes #2148
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.