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
fix: use platform_info.target_settings in toolchain aliases (bazel-contrib#3001)
During the refactor we forgot one more place where the `flag_values` on
the platform information was used. They were no longer populated and
broke.
The solution is to use `selects.config_setting_group` to maintain
behaviour and in order to smoke test I have added a target to verify
that the aliases work.
Related to bazel-contrib#2875Fixesbazel-contrib#2993
Co-authored-by: Richard Levasseur <[email protected]>
(cherry picked from commit 107a878)
0 commit comments