Skip to content
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

Retry sketch verification after arduino exit status 3 #11

Open
per1234 opened this issue Jun 26, 2017 · 0 comments
Open

Retry sketch verification after arduino exit status 3 #11

per1234 opened this issue Jun 26, 2017 · 0 comments

Comments

@per1234
Copy link
Owner

per1234 commented Jun 26, 2017

I've been encountering some build failures when compiling for ESP8266 that return exit status 3 with an "unknown package" error message. These are sporadic and other sketch compilations for ESP8266 in the same job will not have the problem. The job completes successfully after being restarted.

I suspect this is caused by temporary unavailability of the ESP8266 Boards Manager JSON file.

A possible workaround is to automatically retry the verification after arduino exit status 3, as I already do for undocumented exit codes (https://github.com/per1234/arduino-ci-script/blob/1.0.0/arduino-ci-script.sh#L785).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant