commit | fc80b4c9b5b23bfba10aed08e1b2853d01b0202e | [log] [tgz] |
---|---|---|
author | leba <leba@google.com> | Mon Jul 19 09:06:33 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 19 09:08:03 2021 -0700 |
tree | 27195a078caa4b5c1be7815c4f7a36b0ff610f0f | |
parent | e06604a2c9a5c6215c55f335d759af204e586889 [diff] |
Fix missing libc files in CcToolchainProvider. When we removed middleman artifacts, CcToolchainProvider.getAllFilesMiddleman was replaced with CcToolchainProvider.getAllFiles based on the existing documentation of the methods. This one-for-one replacement turned out to be insufficient, as the former also includes libc file (as an implementation detail) and resulted in some builds failing because of missing input files. PiperOrigin-RevId: 385568176
{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