commit | e77ad90fb6289a39d644ca4699976285922ff49d | [log] [tgz] |
---|---|---|
author | John Cater <jcater@google.com> | Fri Feb 03 16:31:32 2017 +0000 |
committer | Kristina Chodorow <kchodorow@google.com> | Mon Feb 06 19:35:37 2017 +0000 |
tree | 64cd48d423837f679fd4234e2093bd17854da640 | |
parent | cc48e5bd10d1f518295f16a4f661f3a1eadcd6fd [diff] |
Add pkg_rpm build rule to help generating RPM packages. RELNOTES: Adds pkg_rpm rule for generating RPM packages. -- Change-Id: I2e83161e29218700bbe7e62186b0b1667e555a7c Reviewed-on: https://cr.bazel.build/8590 PiperOrigin-RevId: 146477490 MOS_MIGRATED_REVID=146477490
{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.