Replies: 1 comment
-
|
It appears I've got version mismatches. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
It appears if the package depends on
glib and python (or any other package
that depend on those, which are many),
then CI builds roughly this list of extra
packages:
curl, libcurl-static, libcurl, libnghttp3-static,
libnghttp3, libsqlite-static, libsqlite-tcl,
libsqlite, libxau-static, libxau, libxrender-static,
libxrender, sqlite, termux-tools.
I avoided that happening on libelf dep:
#22668
which is not sufficient (but is sufficient
for most of my packages at least).
I think it would be good if the pre-built
up-to-date packages for deps of glib
and python are added somewhere at
https://packages-cf.termux.dev/apt/termux-main/pool/main
where CI can reach them.
Beta Was this translation helpful? Give feedback.
All reactions