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 travis.yml executes ./scripts/update-docs.sh.
I think that this should have a guard such that it runs only when within the primary tinycbor repository and/or it should be followed by || exit 0, as I don't think failure to update the docs should be a cause for the regression tests to fail.
It also seems to fail for macOS build only. Maybe because the listed code sizes changes on macOS only, so that's the only case where the docs need to be updated.
I can send a PR, if you advise how you think you want this fixed.
The text was updated successfully, but these errors were encountered:
It should indeed || exit 0 at least. I've seen this error more than once and I just ignored it by rebuilding. The other thing is that the git push of code sizes can fail too, if more than one builder is trying to push changes at the same time (FF errors).
The travis.yml executes ./scripts/update-docs.sh.
I think that this should have a guard such that it runs only when within the primary tinycbor repository and/or it should be followed by || exit 0, as I don't think failure to update the docs should be a cause for the regression tests to fail.
It also seems to fail for macOS build only. Maybe because the listed code sizes changes on macOS only, so that's the only case where the docs need to be updated.
I can send a PR, if you advise how you think you want this fixed.
The text was updated successfully, but these errors were encountered: