esp-rs / rust-build

Installation tools and workflows for deploying/building Rust fork esp-rs/rust with Xtensa and RISC-V support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find clippy and rustfmt in bin directory of Windows build

chang196700 opened this issue · comments

@chang196700 Please, could you provide information which deployment method was used?

I've noticed the problem in case of using espup. PowerShell scripts seems to work without problem, please try the deployment by PowerShell: https://github.com/esp-rs/rust-build/releases

Download the zip file from https://github.com/esp-rs/rust-build/releases/download/v1.66.0.0/rust-1.66.0.0-x86_64-pc-windows-msvc.zip. There are no cargo-clippy.exe, clippy-driver.exe and rustfmt.exe files in the esp/bin directory

But the Linux and Apple versions contain these files.