2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
rules_foreign_cc/toolchains
Roman Kashitsyn 324dbd13cf
fix: expose CMAKE env variable from cmake toolchains (#911)
This change updates the definitions of cmake toolchains to expose CMAKE
environment variable that makes it easier to integrate the toolchain
with other build rules (e.g., with rules_rust).
2022-05-18 21:20:24 +00:00
..
native_tools Fixups to use of Labels to support bzlmod (#872) 2022-04-07 16:44:38 +01:00
BUILD.bazel fix: expose CMAKE env variable from cmake toolchains (#911) 2022-05-18 21:20:24 +00:00
built_toolchains.bzl Fixups to use of Labels to support bzlmod (#872) 2022-04-07 16:44:38 +01:00
make-reproducible-bootstrap.patch Bootstrap make reproducibly (#817) 2021-11-30 15:58:53 +00:00
prebuilt_toolchains.bzl Add current_*_toolchain rules to allow passing current toolchain inst… (#843) 2022-03-14 14:06:22 +00:00
prebuilt_toolchains.py Add current_*_toolchain rules to allow passing current toolchain inst… (#843) 2022-03-14 14:06:22 +00:00
prebuilt_toolchains_repository.bzl
README.md
toolchains.bzl Fixups to use of Labels to support bzlmod (#872) 2022-04-07 16:44:38 +01:00

Rules Foreign CC Toolchains

This package contains implementations for toolchains required for the supported build systems.

Built Toolchains

These toolchains are for build tools that are built from source.

PreBuilt Toolchains

These toolchains are for build tools that are built and stored at some remote site and downloaded when required by any target currently in the build graph.

PreInstalled Toolchains

These toolchains are for build tools already installed on the host.