commit | 3b0bcd9f550cdcd37c668651e552a4dff70033d7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <bp@benjamin.pe> | Tue Sep 26 08:15:27 2017 -0400 |
committer | John Cater <jcater@google.com> | Tue Sep 26 09:30:25 2017 -0400 |
tree | 0d2093bdd10cd57adc1ca01671f3c0ec04b71d3b | |
parent | e69bcce4f81b0a2380fcc30ae355a1eb02f6cea1 [diff] |
Add an option to control building of transitive py_binary runfiles trees. , ) Currently, "bazel build :script" constructs the bazel-bin/python-prog.runfiles tree. We'd like to do anyway with this behavior but doing so is a backwards-incompatible change. To facilitate a transition, this CL adds an option --experimental_build_transitive_python_runfiles to control the behavior. In the example above, "bazel build --noexperimental_build_transitive_python_runfiles :script" won't construct bazel-bin/python-prog.runfiles. Change-Id: If4d5a84c956a0bbac9067dcf38a00e5732c450f2 PiperOrigin-RevId: 170038245
{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 system. 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.