Android x86_64 tests are currently skipped in the CI matrix (see #158). Rust 1.71's compiler_builtins lacks the f128 routines that bionic's static libc.a requires on x86_64. Once the MSRV is bumped sufficiently, x86_64-linux-android should be added to testableTargets in flake.nix and the build-only comment removed from ci.yml.
Related to #58.
Android x86_64 tests are currently skipped in the CI matrix (see #158). Rust 1.71's compiler_builtins lacks the f128 routines that bionic's static libc.a requires on x86_64. Once the MSRV is bumped sufficiently, x86_64-linux-android should be added to
testableTargetsin flake.nix and the build-only comment removed from ci.yml.Related to #58.