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
The latest arduino-cli version (0.14) no longer supports the '--dry-run' flag since 'Arduino CLI now defaults to the --dry-run behavior, so there is no longer any need for that flag (source).
I am not that familiar with Ruby, but I have tested removing --dry-run from lib/arduino_ci/arduino_backend.rb and this works fine for 0.14. On 0.13 this does create build/ directory with binaries.
Add version sensing for arduino-cli to arduino_backend.rb or maybe remove '--dry-run' and add build directory to gitignore ?
The text was updated successfully, but these errors were encountered:
Hey, thanks for reporting this! I think this is more generally a reminder that I should be upgrading to 0.14 of the arduino-cli backend. Let me set up that list and add this to it.
The latest arduino-cli version (0.14) no longer supports the '--dry-run' flag since 'Arduino CLI now defaults to the --dry-run behavior, so there is no longer any need for that flag (source).
I am not that familiar with Ruby, but I have tested removing --dry-run from lib/arduino_ci/arduino_backend.rb and this works fine for 0.14. On 0.13 this does create build/ directory with binaries.
Add version sensing for arduino-cli to arduino_backend.rb or maybe remove '--dry-run' and add build directory to gitignore ?
The text was updated successfully, but these errors were encountered: