Skip to content

Commit

Permalink
[8.0.0] Mark cc_static_library as experimental in docs (#24012)
Browse files Browse the repository at this point in the history
Closes #23800.

PiperOrigin-RevId: 684529045
Change-Id: I14dc53b6f2e39c7a05ee3a8b872eb220af45cef9

Commit
ed37f39

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
bazel-io and fmeum authored Oct 25, 2024
1 parent a5ad57c commit e672d4f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ def _cc_static_library_impl(ctx):
cc_static_library = rule(
implementation = _cc_static_library_impl,
doc = """
<b>This rule is currently experimental and can only be used with the <code>
--experimental_cc_static_library</code> flag.</b>
Produces a static library from a list of targets and their transitive dependencies.
<p>The resulting static library contains the object files of the targets listed in
Expand Down

0 comments on commit e672d4f

Please sign in to comment.