You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeping all the above in mind, I'd start with a MVP that we have confidence serves Pigweed's needs. Publish it and let Pigweed integrate as soon as possible, so we can meet our quarterly expectations. :)
Then extend to the rest more casually.
@aiuto if there are any other specific cc_binary projects you're thinking of please share. Same goes for anyone else with specific requests (@fmeum , @keith, etc.)
This is a tracking issue for the implementation of Standard Platform Transitions.
The steps required are:
platform_data
change_platform
(for a static platform)change_platform
(with aplatform
attribute)The implementation can be based off of Aspect's
platform_transition_binary
and Skylib'snative_binary
.Note that the
platform_data
implementation should:cc_binary
,py_binary
, andsh_binary
.The text was updated successfully, but these errors were encountered: