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
Use buck transclusion to simplify constraint_overrides.bzl
Summary:
This simplifies `constraint_overrides.bzl` to only depend on single configs for the input list of allowed `constraint_overrides` and `platform_overrides`.
Manually maintained configs are renamed for clarity do distinguish them from the generated configs (and because `$(config)` cannot reference the same config it's modifying).
BUCK transclusion: https://buck2.build/docs/concepts/buckconfig/#transclusion-of-values-from-one-key-to-another
Reviewed By: scottcao
Differential Revision: D68281409
fbshipit-source-id: 448ca988da7319a40ccb146428397c2f338b11cf
0 commit comments