commit | b1fcc8bb5ad03b3d669ff4b786957a2f2254a817 | [log] [tgz] |
---|---|---|
author | jmmv <jmmv@google.com> | Wed Jan 22 12:49:53 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 22 12:50:58 2020 -0800 |
tree | 3a1092b4343fe93b15d76ed135cdc5a8febbb75d | |
parent | 7891d3b4be8549f762f32308a4085f802e7608e5 [diff] |
Prevent libtool.sh from writing into undeclared locations. This is a followup to the old https://github.com/bazelbuild/bazel/commit/f8768306766429bf41ec8a61777beab216c2e62d which applied this same fix to the separate make_hashed_objlist.py tool but didn't do the same for libtool.sh's own symlink creation. This fixes Bazel's own build when using sandboxfs because these symlink creations are not allowed under this stricter sandboxing mechanism. I'm not sure what has changed since the last time to make this a new problem, but the fix applies regardless. RELNOTES: None. PiperOrigin-RevId: 291011002
{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