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

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Oct 24, 2024

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.

@copybara-service copybara-service bot added the copybara-exported Added to PRs opened by copybara-service label Oct 24, 2024
@copybara-service copybara-service bot force-pushed the test_689520709 branch 12 times, most recently from f2fb9f6 to 5117a50 Compare October 25, 2024 23:47
@copybara-service copybara-service bot changed the title test Use aspect to toolchain propagation to collect information of Cc and Kotlin toolchains Oct 25, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copybara-exported Added to PRs opened by copybara-service
Projects
Status: Untriaged
Development

Successfully merging this pull request may close these issues.

1 participant