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
rustfmt_version (str, optional): The version of rustfmt. If none is supplied and only a single version in `versions` is given, then this defaults to that version, otherwise will default to the default nightly version.
98
99
rust_analyzer_version (str, optional): The version of Rustc to pair with rust-analyzer.
99
100
sha256s (str, optional): A dict associating tool subdirectories to sha256 hashes.
100
-
extra_target_triples (list, optional): Additional rust-style targets that rust toolchains should support.
101
+
extra_target_triples (list or map, optional): Additional rust-style targets that this set of
102
+
toolchains should support. If a map, values should be (optional) target_compatible_with lists for that particular target triple.
101
103
extra_rustc_flags (dict, list, optional): Dictionary of target triples to list of extra flags to pass to rustc in non-exec configuration.
102
104
extra_exec_rustc_flags (dict, list, optional): Dictionary of target triples to list of extra flags to pass to rustc in exec configuration.
105
+
opt_level (dict, optional): Rustc optimization levels. For more details see the documentation for `rust_toolchain.opt_level`.
103
106
strip_level (dict, dict, optional): Dictionary of target triples to strip config.
104
107
urls (list, optional): A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format).
105
108
versions (list, optional): A list of toolchain versions to download. This parameter only accepts one versions
0 commit comments