commit | 8cb0ec2ac0ecdcd42ca94836fe76fcecba4ae3e4 | [log] [tgz] |
---|---|---|
author | jmmv <jmmv@google.com> | Mon Sep 23 12:45:28 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 23 12:46:52 2019 -0700 |
tree | 25828806ded0b084475a782617e88e6820e6b50e | |
parent | 0342cee4cf3f8147e5a1ab012853c930a76b0ffe [diff] |
Make sure to log execv errors from "bazel run". This makes all helper Execute* functions "final" by marking them ATTRIBUTE_NORETURN and ensures that the auxiliary ExecuteProgram is the one to log execv errors. I tried writing a test for this but it seems pretty hard: "bazel run" uses a helper script to run the test program under, so tricking it to run an invalid binary is not sufficient. RELNOTES: None. PiperOrigin-RevId: 270738286
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.