commit | 6d19f36639a6f0423671de36ff567f48fa5e56fc | [log] [tgz] |
---|---|---|
author | arostovtsev <arostovtsev@google.com> | Fri Jan 25 13:51:56 2019 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Jan 25 13:53:25 2019 -0800 |
tree | 01e2e8959074384b6e393604107cbd6e89441a34 | |
parent | 907ca4aec3fce97984cb2bdb84584b99c832857e [diff] |
Store invocation_policy as std::string instead of raw pointer. Fixes crashes when parsing the policy with some STL implementations. Note that to keep the existing semantics (--invocation_policy can only be specified once), we have to add an extra boolean to see if the policy had been set; we can't just use absl::optional because Bazel has not yet adopted Abseil. RELNOTES: none. PiperOrigin-RevId: 230962639
{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.