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
doc="A list of labels to add to a crate's `cargo_build_script::data` attribute. Keys should be the platform triplet. Value should be a list of labels.",
1109
+
),
1091
1110
"build_script_deps": _relative_label_list(
1092
1111
doc="A list of labels to add to a crate's `cargo_build_script::deps` attribute.",
1093
1112
),
1094
1113
"build_script_env": attr.string_dict(
1095
1114
doc="Additional environment variables to set on a crate's `cargo_build_script::env` attribute.",
1096
1115
),
1116
+
"build_script_env_select": attr.string_dict(
1117
+
doc="Additional environment variables to set on a crate's `cargo_build_script::env` attribute. Key should be the platform triplet. Value should be a JSON encoded dictionary mapping variable names to values, for example `{\"FOO\": \"bar\"}`.",
1118
+
),
1097
1119
"build_script_link_deps": _relative_label_list(
1098
1120
doc="A list of labels to add to a crate's `cargo_build_script::link_deps` attribute.",
0 commit comments