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.",
1124
+
),
1106
1125
"build_script_deps": _relative_label_list(
1107
1126
doc="A list of labels to add to a crate's `cargo_build_script::deps` attribute.",
1108
1127
),
1109
1128
"build_script_env": attr.string_dict(
1110
1129
doc="Additional environment variables to set on a crate's `cargo_build_script::env` attribute.",
1111
1130
),
1131
+
"build_script_env_select": attr.string_dict(
1132
+
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\"}`.",
1133
+
),
1112
1134
"build_script_link_deps": _relative_label_list(
1113
1135
doc="A list of labels to add to a crate's `cargo_build_script::link_deps` attribute.",
0 commit comments