This website requires JavaScript.
Explore
Help
Sign In
bazel
/
rules_foreign_cc
mirror of
https://github.com/bazel-contrib/rules_foreign_cc
Watch
2
Star
0
Fork
You've already forked rules_foreign_cc
0
Code
Issues
Releases
Activity
main
rules_foreign_cc
/
examples
/
.bazelignore
3 lines
28 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Extract cmake and ninja into a toolchain; provide defaults. (#192) * Extract cmake and ninja into a toolchain; provide defaults. In the workspace-level rule registration function, default toolchain implementations are registered for all platforms, which are calling the cmake and ninja just by name, assuming they are preinstalled. Also, the user can pass the custom toolchains in the initialization function, they will be registered before the defaults. * Do not run ninja build test for now without nested workspaces support * Corrections after merge * Always build ninja from sources for tests, correct initialization order * Add example of using prebuilt artefact in the native tools toolchain. * Review comments, have native_tool_toolchain#target, not label + improve documentation * Correct ninja toolchain label * Correct documentation in native_tools_toolchain.bzl
2019-01-08 11:25:16 +00:00
cmake_crosstool
Update bazelignore files (#854)
2022-01-06 21:13:25 +00:00
third_party