commit | 2a5c5b82b27000d9136800d95d11c6776e17cd20 | [log] [tgz] |
---|---|---|
author | pcloudy <pcloudy@google.com> | Mon Oct 08 15:15:31 2018 -0700 |
committer | John Cater <jcater@google.com> | Wed Oct 24 12:38:12 2018 -0400 |
tree | b82fabe447c56908c28e1333c7b9e0337196ecc3 | |
parent | 8dc64e705fcd5bb511859c3db4afccd762ad4504 [diff] |
Windows: Fix Precondition check for addDynamicInputLinkOptions The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes https://github.com/bazelbuild/bazel/issues/6171 Fixes https://github.com/bazelbuild/bazel/issues/6292 Fixes https://github.com/bazelbuild/bazel/issues/6169 RELNOTES: None PiperOrigin-RevId: 216258674
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.