-
-
Notifications
You must be signed in to change notification settings - Fork 422
Apply some updates from dependabot #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CLA assistant check
All committers have signed the CLA.
✅ Build completed.
⬇️ Linux 64: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-35-PR125-linux64.tar.bz2
⬇️ Linux 32: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-35-PR125-linux32.tar.bz2
⬇️ Linux ARM: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-35-PR125-linuxarm.tar.bz2
⬇️ Windows: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-35-PR125-windows.zip
⬇️ OSX: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-35-PR125-osx.zip
i️ To test this build:
- Just replace
arduino-cli
binary with the provided one
Use "rule" term instead of "check"
We could not use directly the PRs from dependabot because he's trying to add some modules of
arduino-cli
as a dependency of the project itself (for example as in https://github.com/arduino/arduino-cli/pull/110/files#diff-bd247e83efc3c45ae9e8c47233249f18R25): this makes the coverage test to fail.Also it would be nice to have the
vendor
directory updated as well. I don't know if this is going to be added anytime soon... probably the best thing to do is migrate fromdep
togo.mod
since this is now the standard way to manage dependencies./cc @dependabot