You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
espup install downloads ZIP diles to location under rustup.
Downloading file 'C:\Users\georgik\.rustup\toolchains\esp\riscv32-esp-elf\esp-12.2.0_20230208/riscv32-esp-elf.zip' from 'https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-w64-mingw32.zip'
Prefered location should be %IDF_TOOLS_PATH%/dist. This way idf-installer and esp-idf tools can pick up the already downloaded archive.
The text was updated successfully, but these errors were encountered:
georgik
changed the title
Windows deployment and PATH update should be based on path in IDF_TOOLS_PATH
Windows deployment and PATH update should be based on path in IDF_TOOLS_PATH with backslashes
May 31, 2023
georgik
changed the title
Windows deployment and PATH update should be based on path in IDF_TOOLS_PATH with backslashes
Windows: ZIP artifacts should be downloaded to IDF_TOOLS_PATH/dist
May 31, 2023
espup install downloads ZIP diles to location under rustup.
Downloading file 'C:\Users\georgik\.rustup\toolchains\esp\riscv32-esp-elf\esp-12.2.0_20230208/riscv32-esp-elf.zip' from 'https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-w64-mingw32.zip'
Prefered location should be %IDF_TOOLS_PATH%/dist. This way idf-installer and esp-idf tools can pick up the already downloaded archive.
This was decided in #154, we don't assume that the user has any IDF installed and all the installation takes place under $HOME/.rustup/toolchains/<name>
Bug description
espup install
downloads ZIP diles to location under rustup.Downloading file 'C:\Users\georgik\.rustup\toolchains\esp\riscv32-esp-elf\esp-12.2.0_20230208/riscv32-esp-elf.zip' from 'https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-w64-mingw32.zip'
Prefered location should be
%IDF_TOOLS_PATH%/dist
. This wayidf-installer
andesp-idf
tools can pick up the already downloaded archive.The text was updated successfully, but these errors were encountered: