Skip to content

Commit

Permalink
Enable support for building for aarch64 and ppc64le on Linux now rust…
Browse files Browse the repository at this point in the history
…-htslib is fixed.

Enable support for building for aarch64 and ppc64le on Linux now
rust-htslib is fixed.

See: rust-bio/rust-htslib#415
  • Loading branch information
ghuls committed Feb 7, 2024
1 parent 17eff51 commit 98bcd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64]
target: [x86_64, aarch64, ppc64le]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ crate-type = ["cdylib"]
bgzip = { git = "https://github.com/informationsea/bgzip-rs/", rev = "4492b5d6abb3e191c2eb007f148b704b654d528e", default-features = false, features = ["rust_backend", "rayon", "log"] }
itertools = "0.12.1"
pyo3 = { version = "0.20.2", features = ["abi3-py38", "extension-module"] }
rust-htslib = { version = "0.44.1", default-features = false, features = ["libdeflate"] }
rust-htslib = { version = "0.45.0", default-features = false, features = ["libdeflate"] }

0 comments on commit 98bcd05

Please sign in to comment.