-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
android pipeline build fails with unreachable mirror #5893
Comments
it looks like the android image usage really old pkg
|
It looks like the pkg version the image is running from is and one of those mirrors is detected as working, but is not really. We have thus two options: or set
|
done in #5894 |
so sometimes, the build fails with an error like
it looks like the pkg command picks the wrong mirror, one that should have been gone at least months ago.
However, the v0.118 still has this mirror and needs user interaction, see termux/termux-app#3690
termux-change-repo
presents a TUI which needs manual selection.One possible solution is to set the softlink
.../com.termux/files/usr/etc/termux/chosen_mirror -> .../com.termux/files/usr/etc/termux/mirrors/default
but this is not trivial from the build scriptThe text was updated successfully, but these errors were encountered: