commit | 6bc22d571b17853a7e6c2c4b6776a1c833c63ce3 | [log] [tgz] |
---|---|---|
author | Klaus Aehlig <aehlig@google.com> | Mon Jul 23 06:39:32 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Jul 23 06:40:31 2018 -0700 |
tree | 275d7b663158195a1db929c2aaf449dc3ec0a4eb | |
parent | edc33762fa3fbbcbb0a295bd7f81bb0b7320ed54 [diff] |
blaze.cc: add missing fflush(3) before execve(2) When calling `bazel run` the command itself is executed by the client. As an execve(2) replaces the program image, including all buffered IO, flush all streams first. This will ensure that the "Running command line" message is actually printed. Change-Id: Ie18185bac4ed82a2725c75f97d3c64bd3003690b PiperOrigin-RevId: 205652760
{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.