commit | 766e96f76a9c62fd1b6779588874a6329080c2c1 | [log] [tgz] |
---|---|---|
author | Mark Schaller <mschaller@google.com> | Tue Jul 07 22:29:28 2015 +0000 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Wed Jul 08 11:41:42 2015 +0000 |
tree | 3a294939c2492a8d928fe0c638b54a340ec4031c | |
parent | 6ab88033fc55a7344fcda528c2490ce0ea8eab93 [diff] |
Rollback of commit 4dbd628dc1384e5dce8c036e2b6bf93dd974bf04. []*** Reason for rollback *** Large number of newly broken targets found by [] *** Original change description *** Provide placeholder rule class for deserialized Skylark rules At this time, Skylark-defined rule classes don't get serialized, and aren't available at package deserialization time. To allow packages with Skylark-defined rule classes to deserialize, we provide a placeholder rule class implementation for deserialized Skylark rules. -- MOS_MIGRATED_REVID=97716849
{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.
How to install Bazel
How to get started using Bazel
The Bazel command line is documented in the user manual
The rule reference documentation is in the build encyclopedia
How to use the query command
How to extend Bazel
The test environment is described in the test encyclopedia
About the Bazel project: