| commit | 4837e11bdd5f243d2b10f6a2b99f2edaba8c1131 | [log] [tgz] |
|---|---|---|
| author | laszlocsomor <laszlocsomor@google.com> | Thu May 02 08:43:20 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu May 02 08:44:35 2019 -0700 |
| tree | fa9faff036fc3e66bfcf800ceabf2a27ad1b0226 | |
| parent | 27fad939b380c523a2613ad748902be9e76f0417 [diff] |
Automated rollback of commit bf66dc7210b46a13f86e144447f8d18505b79c2c. *** Reason for rollback *** Breaks a large number of downstream projects: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/946 Also breaks //src/test/py/bazel:runfiles_test on Bazel CI. *** Original change description *** Enable Python toolchains by default This flips --incompatible_use_python_toolchains, which deprecates --python_top (and for the most part, --python_path). See #7899 for more on the change and migration procedure. RELNOTES[INC]: Python rules now determine the Python runtime using toolchains rather than `--python_top` and `--python_path`, which are deprecated. See #7899 for information on declaring Python toolchains and migrating your code. As a side-benefit, this addresses #4815 (incorrect interpreter version used) on non-Windows platforms. You can temporarily opt out of this change with `--incompatible_use_python_toolchains=false`. Fixes #7899, fixes #7375, significant progress on #4815. PiperOrigin-RevId: 246324971
{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.