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

[7.4.0] Add experimental cc_static_library rule #23392

Merged
merged 1 commit into from
Aug 26, 2024

Commits on Aug 22, 2024

  1. Add experimental cc_static_library rule

    RELNOTES: The new `cc_static_library` rule produces a static library that bundles given targets and all their transitive dependencies. It has to be enabled via `--experimental_cc_static_library`.
    
    Implements https://docs.google.com/document/d/1jN0LUmp6_-rV9_f-Chx-Cs6t_5iOm3fziOklzBGjGIg/edit
    
    Fixes bazelbuild#1920
    
    Closes bazelbuild#16954.
    
    PiperOrigin-RevId: 661382285
    Change-Id: I972afd1a38d50ab4e48d9b3c189f1662b0096bbf
    fmeum committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f2ae01d View commit details
    Browse the repository at this point in the history