commit | 6183faff6c627d5c0b36f36624f78de2f9dcbab0 | [log] [tgz] |
---|---|---|
author | lberki <lberki@google.com> | Wed Dec 06 01:49:14 2017 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Dec 06 01:50:47 2017 -0800 |
tree | fc3fbc77a1d164541ddc4864db34082b25566077 | |
parent | bec2fe85bdf07d944d0cb650b59732ea8d3e804c [diff] |
Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables. If a rule needs these template variables, it will need to declare a dependency on them in the future by adding @bazel_tools//tools/jdk:current_java_runtime to its toolchains= attribute. RELNOTES[INC]: In order to access the template variables $(JAVA) and $(JAVABASE), @bazel_tools//tools/jdk:current_java_runtime needs to be added to the toolchains= attribute from now on. RELNOTES: None. PiperOrigin-RevId: 178070807
{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.