Description
Install MIGW dependency for x86_64-pc-windows-gnu.
Without this dependency, the user will get an error during builds like
How to simulate
Run the following command in Windows Sandbox:
.\espup.exe install
Solution
Implemented here: https://github.com/espressif/idf-env/blob/main/src/rust.rs#L484
Consider pointing directly to mingw repo, instead of esp-rs zipped version. The crate sevenz-rust for unpacking 7zip was improved and contains support also for unpacking Windows binaries: dyz1990/sevenz-rust#1
The new version of sevenz-rust should make it possible to remove this workaround: https://github.com/espressif/idf-env/blob/main/src/rust.rs#L182
This command should be deployed before any cargo install
takes place.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done