Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build for Windows and some Linux versions.
Don't build for Windows and some Linux versions: - Building HTSlib on Windows is not possible. - Building HTSlib does not work on Linux: - x86: len() as u64 is not valid on 32-bit - aarch64 and ppc64le: - expected `*mut u8`, found `&mut i8` - Fixed by: rust-bio/rust-htslib#415 - Building zlib-ng does not work for all Linux targets: - armv7: - Might get fixed in the future if zig gets fixed: ziglang/zig#10411
- Loading branch information