Skip to content

Conversation

@FelixMoelder
Copy link
Member

@FelixMoelder FelixMoelder commented May 3, 2024

For getting the CI running on aarch64-apple-darwin runners hts-sys needs to be updated due to an issue caused by bindgen. This has been fixed in the latest hts-sys release (see rust-bio/hts-sys#10).

@coveralls
Copy link

coveralls commented May 3, 2024

Pull Request Test Coverage Report for Build 9030421145

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 14 of 15 (93.33%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.007%) to 79.762%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/bam/record.rs 3 4 75.0%
Totals Coverage Status
Change from base Build 8833359863: 0.007%
Covered Lines: 2479
Relevant Lines: 3108

💛 - Coveralls

@FelixMoelder FelixMoelder marked this pull request as ready for review May 3, 2024 13:10
@johanneskoester johanneskoester merged commit d869fdd into master May 10, 2024
@johanneskoester johanneskoester deleted the fix/build_macos branch May 10, 2024 11:15
custom_derive = "0.1"
derive-new = "0.5"
hts-sys = {version = "2.1.1", default-features = false}
hts-sys = {version = "2.1.4", default-features = false, features = ["bindgen"]}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this an intentional change that bindgen changed from an optional dependency to a required dependency of rust-htslib?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants