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
In fixing some travis build errors for #6538 and working through run_CI_locally.sh I discovered that I was getting build failures due to the arduino ide itself crashing. This was ultimately caused by the use of the nightly arduino build, which appears to have a bug as of the moment. Switching the nightly build for the current release (1.8.10) caused the build to complete successfully locally, and updating tests/common.sh to reference the release instead of nightly meant that travis could also successfully run all the tests (well, in practice the Windows and MacOSX builds failed as I didn't make any effort to update those while testing the switch to a release version also worked for Travis)
Has this been encountered before and determined to be an okay compromise in order to simplify the test-build scripts (which I presume is why we're using nightly - keep it current and simple)? Or is using a specific version that will have known issues possible?
Is there a better place to raise this? I've also got some questions about the run locally command :)
The text was updated successfully, but these errors were encountered:
davisonja
changed the title
Travis config relies on arduino nightly build
Travis config relies on (untested) arduino nightly build
Oct 2, 2019
Basic Infos
Platform
Problem Description
In fixing some travis build errors for #6538 and working through
run_CI_locally.sh
I discovered that I was getting build failures due to the arduino ide itself crashing. This was ultimately caused by the use of the nightly arduino build, which appears to have a bug as of the moment. Switching the nightly build for the current release (1.8.10) caused the build to complete successfully locally, and updatingtests/common.sh
to reference the release instead of nightly meant that travis could also successfully run all the tests (well, in practice the Windows and MacOSX builds failed as I didn't make any effort to update those while testing the switch to a release version also worked for Travis)Has this been encountered before and determined to be an okay compromise in order to simplify the test-build scripts (which I presume is why we're using nightly - keep it current and simple)? Or is using a specific version that will have known issues possible?
Is there a better place to raise this? I've also got some questions about the run locally command :)
The text was updated successfully, but these errors were encountered: