-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v2.25.1 FTBFS (Android) #8625
Comments
seeing the same in F-Droid: https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/9215636514#L3529 |
@rahimrahman could you please take a look at it? Seems like that one happened after your changes. I've met that one on 2.25.1 too. |
The reason for this is because we had to fork a dependency (APNG4Android) of a dependency (Expo Image). This APNG4Android library is not an npm library, so it is not installable with an ./scripts/postinstall.sh
But in any case, I think I'm going to try to make it an npm installable library instead (by adding package.json) even though there are no js sources. Maybe that'll help? I'll let you all know soon. |
Also, some folks have brought this up in the community: One dev is using
So that could be the reason why it's not running the postinstall script for you all too. |
Trying to build v2.25.1 (
npm build:android
) fails with what looks like a missing dependency. This was not an issue with v2.25.0, so the cause is some recent change.The full log is below, but here's what I think is the crucial part:
fail.log
The text was updated successfully, but these errors were encountered: