commit | da345f1f249ebf28bec88c6e0d63260dfaef14e9 | [log] [tgz] |
---|---|---|
author | erenon <erenon2@gmail.com> | Thu Oct 29 08:25:15 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 29 08:26:23 2020 -0700 |
tree | e0bb31c621061fd390adb4f99db645afe90bf7fa | |
parent | 213043a1b9fa5053fae720220f28ebc604283079 [diff] |
Add builtin_sysroot argument to unix_cc_toolchain_config The specified sysroot is forwarded verbatim to cc_common.create_cc_toolchain_config_info. This allows users to use the %sysroot% placeholder in cxx_builtin_include_directories, that wasn't possible before. See: https://stackoverflow.com/questions/62451307/specify-sysroot-for-bazel-toolchain I did not find any tests or documentation on unix_cc_toolchain_config in the repository. Closes #11615. PiperOrigin-RevId: 339671905
{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