commit | 9cf8ebd8eb95f46901d3e5aa0086c649ad4bf275 | [log] [tgz] |
---|---|---|
author | brandjon <brandjon@google.com> | Thu Jul 25 08:34:29 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 25 08:35:24 2019 -0700 |
tree | ff8b35441304019901f9b6076588f29be3e1f0fd | |
parent | 7fa64c493a42e41e10aea48b3fc4e4197d75cd65 [diff] |
Fix for starlark incompatible change This avoids an error under `--incompatible_string_join_requires_strings` by explicitly calling str() around a repository_ctx.path() object. The error only presented itself while in the process of trying to report another underlying failure (bazelbuild/rules_python#208). I don't have an easy way to confirm that this fixes it. RELNOTES: None PiperOrigin-RevId: 259951983
{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.