espup install
should suceed even if the Xtensa Rust toolchain is already installed
#138
Labels
bug
Something isn't working
Bug description
At the moment, if
$RUSTUP_HOME/.rustup/toolchain/esp
is present, the installation will fail with:Error: espup::toolchain::rust::xtensa_rust_already_installed × ⛔ Previous installation of Rust Toolchain exists in: '/home/esp/.rustup/toolchains/esp'. Please, remove the directory before new installation.
espup
should be idempotent and running several timesespup install
should lead to the same output (successful). Running several timesespup install
could also be a way of re-generating the export file, so it could be used as a solution for #61.To Reproduce
Steps to reproduce the behavior:
espup install
espup install
The text was updated successfully, but these errors were encountered: