commit | a8014266482def3ebf87dfccb50d1b42efcc91a3 | [log] [tgz] |
---|---|---|
author | Andrew Klotz <agc.klotz@gmail.com> | Tue May 03 08:48:52 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 03 08:50:14 2022 -0700 |
tree | 8e0d9171080318cdac3c719cf8d47ce71a1ba4c3 | |
parent | 0714a161aecdbcc7ac0eef6687c9888503961fed [diff] |
bash improvements to ci.sh script the primary change is adding `set -eu` to error out if something fails, similar to the other two scripts in this directory the other changes are from running shellcheck 1. double quoting to prevent globbing and word splitting: https://github.com/koalaman/shellcheck/wiki/SC2086 2. removing an unnecessary echo: https://github.com/koalaman/shellcheck/wiki/SC2005 Signed-off-by: Andrew Klotz <agc.klotz@gmail.com> Closes #15228. PiperOrigin-RevId: 446203878
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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:
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md