Local build success, but Github failure

I’ve successfully built an update of an application on my laptop, but one of its modules is failing on Github on x86_64 arch only. I made also a local build from scratch (after wiping build/ and .flatpak-builder/) and the build completes successfully on my x86_64 machine.

I would have assumed that it should have worked also on Github.

Here’s the open PR and the failed build:

I might try updating the failing module, but I’m wondering what’s the reason of this dicsrepancy between my build and Github build.

1 Like

I have seen that exact build failure a few times (on Hydrogen) and the only workaround i have found is to retrigger until it worked.

1 Like

A fix is being discussed over there:

I didn’t even think of that.

tl;dr disable parallel make.

2 Likes