arduino-cli lib upgrade (re-)installs the same libraries multiple times #1516
Labels
conclusion: resolved
Issue was resolved
criticality: medium
Of moderate impact
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Bug Report
Current behavior
Arduino-cli installs the same libraries over and over:
The cause seems that I have multiple cores installed:
It does not happen if only the arduino:avr core is installed. I removed the
~/.ardunio15
directory:After installing the arduino:mbed_nano core, the command starts installing the same library over and over:
Expected behavior
arduino-cli lib upgrade
should not install the same libraries over and over when there is no update.Environment
arduino-cli version
):Raspberry Pi OS 32bit (Debian Buster)
Additional context
None.
The text was updated successfully, but these errors were encountered: