Skip to content

Use strip_files matching CppHelper on strip action#21357

Closed
werkt wants to merge 1 commit intobazelbuild:masterfrom
werkt:cc-strip-files
Closed

Use strip_files matching CppHelper on strip action#21357
werkt wants to merge 1 commit intobazelbuild:masterfrom
werkt:cc-strip-files

Conversation

@werkt
Copy link
Copy Markdown
Contributor

@werkt werkt commented Feb 14, 2024

With native cc rules, bazel only specified strip_files as input to the automatically generated {name}.stripped action for a cc_binary target. This change makes the starlark cc rules consistent with native behavior.

@github-actions github-actions Bot added the awaiting-review PR is awaiting review from an assigned reviewer label Feb 14, 2024
@iancha1992 iancha1992 added the team-Rules-CPP Issues for C++ rules label Feb 14, 2024
With native cc rules, bazel only specified strip_files as input to the
automatically generated {name}.stripped action for a cc_binary target.
This change makes the starlark cc rules consistent with native behavior.
Copy link
Copy Markdown
Contributor

@comius comius left a comment

Choose a reason for hiding this comment

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

Thanks!

@comius comius added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels May 15, 2024
@github-actions github-actions Bot removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-Rules-CPP Issues for C++ rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants