We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae84e9 commit 3aab1caCopy full SHA for 3aab1ca
rust/extensions.bzl
@@ -265,18 +265,6 @@ def _rust_host_tools_impl(module_ctx):
265
**attrs
266
)
267
268
- # If no tags were specified, create a default repository.
269
- if not mod.tags.host_tools:
270
- attrs = {
271
- "name": "rust_host_tools",
272
- "version": rust_common.default_version,
273
- }
274
- rust_toolchain_tools_repository(
275
- exec_triple = host_triple.str,
276
- target_triple = host_triple.str,
277
- **attrs
278
- )
279
-
280
metadata_kwargs = {}
281
if bazel_features.external_deps.extension_metadata_has_reproducible:
282
metadata_kwargs["reproducible"] = True
0 commit comments