Closed
Description
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
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
ognevny commentedon Oct 16, 2024
update: I encountered it in msys2/MINGW-packages#22205
jieyouxu commentedon Oct 16, 2024
cc @onur-ozkan I think you worked on unifying llvm-tools logic, do you know if this is intentional?
ognevny commentedon Oct 16, 2024
turns out #130034 fixed it. thanks Alex!