Closed jmartinesp closed 1 month ago
It seems like the issue was the opposite, we were in 22.04
and manually upgrading to 24.04
installed glibc v2.39.0
which made the CI work again. I'm still trying to figure out what changed in between, but it's probably not related to this crate.
When we try using
cargo-ndk
in Github CI with theubuntu-latest
runner we now get:This happened after
ubuntu-latest
changed the version it pointed to from22.04
to24.04
, which now usesglibc-2.40
.Could this be related to the
libc
crate version used in the project? I don't know much about how the libc version to use by this crate is selected, to be honest.Actually, we tried downgrading the GH runner to
ubuntu-22.04
and it's failing again for us, so it might not be related to using the latest runner.