| commit | a629005a0f7b5c702067b2f47e048f11700a5092 | [log] [tgz] |
|---|---|---|
| author | Jon Brandvein <brandjon@google.com> | Tue Oct 11 20:27:58 2016 +0000 |
| committer | Yue Gan <yueg@google.com> | Wed Oct 12 08:56:11 2016 +0000 |
| tree | e878fc3978091fcc5c81e54a97b076bf3880fec8 | |
| parent | 0c4a10adcfa8a6a07f6a1c56ea460ad614ec5c6d [diff] |
Automated [] rollback of commit 8d36a34ee02ad0fd07d713b8c8ee273ff30d2fb9. *** Reason for rollback *** Fixed depended-on broken CL *** Original change description *** Automated [] rollback of commit f341bc4f6e918b6a41c1536c111bbf24f14f967b. *** Reason for rollback *** Depends on c/135226123 which depends on commit 9c25afe750a937b2152c21a93effc8b9ba82c27b, which needs to be rolled back. *** Original change description *** Add ctx.get_actions(), for inspecting the actions created by the current rule. This returns an ActionsProvider. In the case where the rule does not emit any more actions afterwards, the provider is equivalent to the one that gets passed on to the rule's dependencies. This may be u... *** ROLLBACK_OF=135781162 -- MOS_MIGRATED_REVID=135833495
{Fast, Correct} - Choose two
Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google‘s software, and thus it has been designed to handle build problems present in Google’s development environment, including:
A massive, shared code repository, in which all software is built from source. Bazel has been built for speed, using both caching and parallelism to achieve this. Bazel is critical to Google's ability to continue to scale its software development practices as the company grows.
An emphasis on automated testing and releases. Bazel has been built for correctness and reproducibility, meaning that a build performed on a continuous build machine or in a release pipeline will generate bitwise-identical outputs to those generated on a developer's machine.
Language and platform diversity. Bazel's architecture is general enough to support many different programming languages within Google, and can be used to build both client and server software targeting multiple architectures from the same underlying codebase.
Find more background about Bazel in our FAQ.