-
Notifications
You must be signed in to change notification settings - Fork 85
Features & build cleanups #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d248a5a
make bindgen optional
pmarks de6085a
fix
pmarks fcf9cbb
Merge remote-tracking branch 'origin/master' into pmarks/optional-bin…
pmarks eac323f
right version
pmarks 91ca105
test prebuilt bindings
pmarks 1d14046
merge master
pmarks 377d014
use correct htslib
pmarks 3d7e400
update prebuilt linux bindings
pmarks da5f6e5
add pre-built osx bindings
pmarks f3d8833
Merge branch 'master' into pmarks/optional-bindgen
brainstorm 697c1ac
Merge branch 'master' into pmarks/optional-bindgen
brainstorm 1994584
Merge remote-tracking branch 'origin/master' into pmarks/optional-bin…
pmarks ecc24c0
fix optional bindgen branch
pmarks fc8e7df
better setup for optional features. build with cc rather than Make
pmarks bf87acf
fixed up support for libdeflate
pmarks 6e4ebc3
use url of temp libdeflater
pmarks d244d3d
fmt
pmarks 30ac31d
add support for gcs and s3
pmarks 386dcd2
Merge remote-tracking branch 'origin/master' into pmarks/optional-bin…
pmarks 3412318
need direct dep on openssl
pmarks 9be1a64
Merge branch 'pmarks/optional-bindgen' of https://github.com/rust-bio…
pmarks 595393c
fix tarpaulin args
pmarks e629961
exclude prebuilt bindings from tarpaulin
pmarks ec97afe
run version.sh and write version.h
pmarks 62d015d
use new -sys setup in libdeflate
pmarks 035543e
restore rerun directives for header files
pmarks 619c05c
Merge branch 'master' into pmarks/optional-bindgen
brainstorm 6cd1d54
hts-sys/Cargo.toml
pmarks 2d62bc3
Merge branch 'master' into pmarks/optional-bindgen
brainstorm e0473d8
use released libdeflater
pmarks 24a0779
add static bak to top toml
pmarks ad5bc78
get s3 working
pmarks 7616ef7
add test for http access
pmarks 5c9a1e3
don't use bindgen by default
pmarks 80fcfe3
fmt
pmarks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,14 +68,26 @@ jobs: | |
- name: Run cargo-tarpaulin | ||
uses: actions-rs/[email protected] | ||
with: | ||
args: '--out Lcov -- --test-threads 1' | ||
args: '--out Lcov --exclude-files hts-sys/*_prebuilt_bindings.rs -- --test-threads 1' | ||
|
||
- name: Upload coverage | ||
uses: coverallsapp/github-action@master | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
path-to-lcov: ./lcov.info | ||
|
||
- name: Test standard build without default features | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: test | ||
args: --no-default-features | ||
|
||
- name: Test standard build with all features | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: test | ||
args: --all-features | ||
|
||
- name: Test musl build without default features | ||
env: | ||
CFLAGS: -I/usr/local/musl/include | ||
|
@@ -92,5 +104,4 @@ jobs: | |
with: | ||
use-cross: true | ||
command: build | ||
args: --target x86_64-unknown-linux-musl --all-features | ||
|
||
args: --target x86_64-unknown-linux-musl --all-features |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.