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

[8.0.0] Expose config.none to Starlark. #24112

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. Expose config.no_config to Starlark.

    This allows Starlark rules to create data-only non-configured dependencies, to reduce fan-out across configurations.
    
    RELNOTES: A no-config transition is now available as `config.no_config()`.
    PiperOrigin-RevId: 689926488
    Change-Id: I37625596642a825c745276db29309ec11a2ac998
    katre committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0818e16 View commit details
    Browse the repository at this point in the history
  2. Fix documentation for config.none().

    PiperOrigin-RevId: 690645454
    Change-Id: I47617e3b8116093c2a374c7d15d9360804f4523d
    katre committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    58426df View commit details
    Browse the repository at this point in the history