Searched refs:build_script_data (Results 1 – 6 of 6) sorted by relevance
90 build_script_data = None,128 …build_script_data (list, optional): A list of labels to add to a crate's `cargo_build_script::data…188 build_script_data = _stringify_list(build_script_data),
280 pub(crate) build_script_data: Option<Select<BTreeSet<Label>>>, field390 build_script_data: select_merge(self.build_script_data, rhs.build_script_data), in add()
668 build_script_data = [686 # Setting build_script_data makes the files available on disk when the rule runs.687 build_script_data = ["@rules_foreign_cc//toolchains:current_cmake_toolchain"],
273 Commonly this is done by passing the file to the `build_script_data` annotation for the crate, and …281 We can use those hooks by specifying paths (generally using the `build_script_data` and `build_scri…
435 build_script_data = _relative_label_list(
618 if let Some(extra) = &crate_extra.build_script_data { in with_overrides()