[ Nightly Build Regression ] - Arduino CLI will not use the default configuration .yaml file #1018
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
We recently introduced a regression which ended up in the latest Nightly.
The current Nightly build will not take the config file in consideration, so it won't be possible to search for boards and install them unless you pass in a path to the correct configuration file
the temporary workaround is to add
--config-file
as a flagIn my setup I run
arduino-cli config dump --config-file $ARDUINO_PREF/arduino-cli.yaml
arduino-cli core search samd --config-file $ARDUINO_PREF/arduino-cli.yaml
We'll be patching this tomorrow, apologies for any inconvenience if you're testing a NIghtly Build.
Reminder: do not use Nightly Builds (or Alpha, for what it's worth) in your production setup :D
thanks
Arduino Tooling Team
The text was updated successfully, but these errors were encountered: