Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use aspect to toolchain propagation to collect information of Cc and Kotlin toolchains #6928

Open
wants to merge 1 commit into
base: google
Choose a base branch
from

Commits on Oct 26, 2024

  1. Use aspect to toolchain propagation to collect information of Cc and …

    …Kotlin toolchains
    
    the `_toolchain` attribute is removed by `rules_kotlin` and `_cc_toolchain` attribute is planned to be removed by `rules_cc`. This change uses the new approach of aspect to toolchains propagation based on toolchain types instead. This feature is available in Blaze but not in all Bazel versions. Therefore, we keep using the old attribute-based approach for Bazel as the toolchain attributes will still be there for Bazel.
    
    PiperOrigin-RevId: 689520709
    mai93 authored and copybara-github committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    24d39fb View commit details
    Browse the repository at this point in the history