commit | a72567af679408ae6789d147e63e0e208d7d65a5 | [log] [tgz] |
---|---|---|
author | jmmv <jmmv@google.com> | Mon Jun 08 04:01:21 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 08 04:03:18 2020 -0700 |
tree | 92c05bf66525f5e25ac490659ed4051d355bae03 | |
parent | e5759a7c24b855fdb95082dffab27a6e246913de [diff] |
Prevent "Deleting stale sandbox" messages when things go right. Make Bazel clean up the sandbox base's top directory after the end of each build and during server shutdown to prevent this directory from staying behind. This directory is only supposed to stay behind when --sandbox_debug is used, and the startup message is intended to tell the user that a heavy operation is about to happen -- but we should not print it unnecessarily. This was the original intent when this message was added but for some reason I missed this obvious case. Added a test now. Fixes #8525. RELNOTES: None. PiperOrigin-RevId: 315247251
{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:
See CONTRIBUTING.md