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.",
1103
+
),
1085
1104
"build_script_data": _relative_label_list(
1086
1105
doc="A list of labels to add to a crate's `cargo_build_script::data` attribute.",
1087
1106
),
@@ -1091,6 +1110,9 @@ _annotation = tag_class(
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
),
1113
+
"build_script_env_select": attr.string_dict(
1114
+
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 string.",
1115
+
),
1094
1116
"build_script_env": attr.string_dict(
1095
1117
doc="Additional environment variables to set on a crate's `cargo_build_script::env` attribute.",
0 commit comments