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

kodi: building with ninja makes xbmc/1600 more likely - don't use ninja #3698

Merged
merged 1 commit into from
Jul 14, 2019
Merged

kodi: building with ninja makes xbmc/1600 more likely - don't use ninja #3698

merged 1 commit into from
Jul 14, 2019

Conversation

MilhouseVH
Copy link
Contributor

Kodi occasionally fails to build due to xbmc/xbmc#16000.

It appears that ninja is more likely to cause this failure than cmake-make - I've tested 1,000 cmake-make Kodi builds with 0 (zero) failures, and 250 ninja builds with 4 failures (all due to issue xbmc/16000).

Team Kodi has seen this same failure when using cmake and their own Jenkins, so this PR may not eliminate the issue entirely (which could be a kodi and/or cmake issue, made worse by ninja) but should hopefully make it less of an issue for LibreELEC until it is fixed (if it is ever fixed).

Copy link
Member

@HiassofT HiassofT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

and thanks a lot for your tests!

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

Successfully merging this pull request may close these issues.

2 participants