commit | 112e8bc21ee71a76061d58e5c3dc5a1643d2bfb5 | [log] [tgz] |
---|---|---|
author | brandjon <brandjon@google.com> | Mon Mar 25 15:10:18 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 25 15:12:08 2019 -0700 |
tree | 75d32063a8a1dd55b8cb6dff188036e5da0adb13 | |
parent | 9cda2ec81a10c347278b61135fb25b71ffc055c3 [diff] |
Flip --incompatible_allow_python_version_transitions With this flag enabled by default, the Python version is no longer "sticky" and forced to a fixed value by a command line flag. Instead it adjusts to whatever the `py_binary` or `py_test` declares its version to be. For more information see feature tracking issue #6583 and flag migration tracking issue #7307. Closes #7307. RELNOTES[INC]: (Python rules) The python version now changes to whatever version is specified in a `py_binary` or `py_test`'s `python_version` attribute, instead of being forced to the value set by a command line flag. You can temporarily revert this change with `--incompatible_allow_python_version_transitions=false`. See [#7307](https://github.com/bazelbuild/bazel/issues/7307) for more information. PiperOrigin-RevId: 240227319
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.