commit | b10101ab8fe8d505d023f0a4556ec0c227635e24 | [log] [tgz] |
---|---|---|
author | Klaus Aehlig <aehlig@google.com> | Tue Nov 22 16:25:09 2016 +0000 |
committer | Dmitry Lomov <dslomov@google.com> | Tue Nov 22 18:15:25 2016 +0000 |
tree | d5f3ec77ddfac6c6e9cf0859aff41353159bd975 | |
parent | e2e61a38da2cef08610b875333c0bd2c77f4183b [diff] |
Rollback of commit fec7d877735eacaf023718ea3e598e6d10adb9a6. *** Reason for rollback *** Roll forward with work around for the fact that bazel cannot build from read-only sources on mac. *** Original change description *** Automated [] rollback of commit 1ff6d480d02ab8189ac12f8fedfbed1222b86a43. *** Reason for rollback *** This test doesn't pass *** Original change description *** Add a test verifying that bazel can be bootstrapped from the distfile To verify that the distribution artifact is complete, add a test that tries to bootstrap bazel from that artifact. -- MOS_MIGRATED_REVID=139911124
{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.