Skip to content

Conversation

@dzbarsky
Copy link
Contributor

@dzbarsky dzbarsky commented Feb 4, 2026

We need a way to pass a flag corresponding to "is_darwin" to this action to do the equivalent of

# Certain weak symbols are otherwise listed with type T in the output of nm on macOS.
"%{nm_extra_args}": "--no-weak" if darwin else "",

Passing via ENV is the easiest way. (If the implementation is a prebuilt binary instead of a shell script, it can't really be templated in a repo rule)

@armandomontanez armandomontanez added type: bug Something that should be working isn't working P1 I'll work on this now. (Assignee required) category: core rules labels Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: core rules P1 I'll work on this now. (Assignee required) type: bug Something that should be working isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants