Skip to content

wasm-component-ld is installed into *-pc-windows-gnu{,llvm} sysroot even when it's disabled in config #131773

Closed
@ognevny

Description

@ognevny

the config enables these tools

tools = [
  "cargo",
  "clippy",
  "rustdoc",
  "rustfmt",
  "rust-analyzer-proc-macro-srv",
  "analysis",
  "src",
]

but wasm-component-ld is built anyway and (starting with 1.82.0) installed into target's sysroot even when there is such tool in $PATH available. lld = false is set explicitly

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions