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

Extract generated code from BUILD.toolchains.bazel into a macro #3439

Merged
merged 1 commit into from
Feb 23, 2023

Commits on Feb 1, 2023

  1. Extract generated code from BUILD.toolchains.bazel into a macro

    As a macro, the code is cleaner and easier to reuse. In a follow-up
    change, it will be used to simplify toolchain registration with Bzlmod.
    
    This commit also removes the public `declare_toolchains` macro. It only
    seemed to be public since it was accessed by the generated SDK repos. It
    has never been documented and subject to backwards incompatible changes
    in recent releases.
    fmeum committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4db9d02 View commit details
    Browse the repository at this point in the history