commit | d73a74fe47ce61d63197f9dae794272ac01a4135 | [log] [tgz] |
---|---|---|
author | Ivo List <ilist@google.com> | Thu Nov 21 20:27:53 2024 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 21 19:27:53 2024 +0000 |
tree | 7a12434f4c12a677b04c51f0109e14cf2e47d857 | |
parent | 8ff4386335e5c50d9507fe364b4f0cc6a90f02e6 [diff] |
tests: make workspace CI jobs enable workspace mode (#2435) The CI setups claiming to run in WORKSPACE mode were wrong. This fixes it. Disable integration tests on Windows WORKSPACE mode. They are failing: https://buildkite.com/bazel/rules-python-python/builds/9791#01934eac-3a03-445d-ad53-6683371ca289 Example failure: `java.lang.UnsatisfiedLinkError: 'int com.google.devtools.build.lib.windows.WindowsFileOperations.nativeIsSymlinkOrJunction(java.lang.String, boolean[], java.lang.String[])'` --------- Co-authored-by: Richard Levasseur <rlevasseur@google.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.