commit | c750f973ea9b44a19caecd8f134f8a3bbc501dcc | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Thu Jun 13 15:52:40 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 13 15:53:43 2019 -0700 |
tree | 608c2972ba86829dc473e151084dc79b0af42dc2 | |
parent | 1e3109275a732edc51f8f1a4cac8a066b713ffff [diff] |
Require the "command" param of run_shell is a string This constitutes an incompatible change guarded by flag --incompatible_run_shell_command_string. Progress toward #5903. RELNOTES: The `command` parameter of the `actions.run_shell()` function will be restricted to only accept strings (and not string sequences). This check is attached to flag `--incompatible_run_shell_command_string`. One may migrate by using the `arguments` parameter of `actions.run()` instead. See https://github.com/bazelbuild/bazel/issues/5903 for more info. PiperOrigin-RevId: 253122136
{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.