-
Notifications
You must be signed in to change notification settings - Fork 1.3k
flaky Android build #3539
Comments
@jfirebaugh
Other make commands seem to be unaffected Current workaround:I have hotfixed this for now by silencing the message param: // the message param is unused, this generates a warning at build time
// this was breaking builds for `make android -j4`
(void)message; This is not a correct solution but will resolve the flakiness for now. |
Reopening because work around is not a valid solution. |
I now have found that there is already an issue for that issue. Linking that one and closing this one. #3438 |
As hinted in the description, I don't think the warning (#3438) is the cause of this. I assume that the warning appears 100% of the time, and the build does not fail 100% of the time. |
@jfirebaugh: The reasons why a few builds failed:
|
@jfirebaugh
|
Another example of flaky failed build is:
after researching this a bit, I have learned that
We should add logging or some sort to identify where |
This continues to be an issue. |
The Android build will sometimes fail with the following output:
I don't think the "warning: unused parameter" is relevant (although we should fix that). I have no idea what "No rule to make target `Release/obj.target'" means, but it seems to be the cause. There's nothing before that.
The text was updated successfully, but these errors were encountered: