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

Remove the unused implicit attribute _cc_toolchains. #3116

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

katre
Copy link
Member

@katre katre commented Dec 17, 2024

CC toolchains are gathered from the line:

toolchains = use_cc_toolchains(),

Keep toolchain usage of _cc_toolchain with a TODO to remove it.

See #3115 for details.

CC toolchains are gathered from the line:
```
toolchains = use_cc_toolchains(),
```

Keep toolchain usage of _cc_toolchain with a TODO to remove it.

See bazelbuild#3115 for details.
Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

rust/toolchain.bzl Show resolved Hide resolved
@katre
Copy link
Member Author

katre commented Dec 17, 2024

Can this be merged as-is, and I'll send another PR to try removing toolchain.crosstool_files?

@illicitonion illicitonion added this pull request to the merge queue Dec 17, 2024
@illicitonion
Copy link
Collaborator

Works for me! Thanks!

Merged via the queue into bazelbuild:main with commit 1bfd1da Dec 17, 2024
3 checks passed
@katre katre deleted the remove-current_cc_toolchain branch December 17, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants