| commit | faecd056453b267e6c8e8c059114e4e00f312c97 | [log] [tgz] |
|---|---|---|
| author | Yun Peng <pcloudy@google.com> | Fri Aug 21 01:37:05 2020 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 21 01:38:44 2020 -0700 |
| tree | 44047ae40c12ac0a9f65f53708e9b361a61ba8c2 | |
| parent | d68368836817116e4721bac4ad32e13578739a97 [diff] |
Windows: Remove read-only attribute for directory before deleting If some directory is set to read-only on Windows, DeletePath will fail to delete that directory even when no one else is using it. Previously, we only remove the read-only attribute for files before deleting, we should also do the same for deleting directory. Fixes https://github.com/bazelbuild/continuous-integration/issues/1012 Closes #11982. PiperOrigin-RevId: 327774854
{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