-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into ar/header-remove-unwrap
- Loading branch information
Showing
23 changed files
with
817 additions
and
209 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -52,10 +52,10 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- name: Install stable toolchain | ||
- name: Install nightly toolchain | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: nightly | ||
override: true | ||
|
||
- name: Install system dependencies | ||
|
@@ -67,8 +67,9 @@ jobs: | |
- name: Run cargo-tarpaulin | ||
uses: actions-rs/[email protected] | ||
with: | ||
# TODO: update to latest tarpaulin once artefact download is fixed: https://github.com/actions-rs/tarpaulin/pull/23 | ||
version: "0.22.0" | ||
args: "--all-features --out Lcov -- --test-threads 1" | ||
args: "--all-features --run-types Tests,Doctests --out Lcov -- --test-threads 1" | ||
|
||
- name: Upload coverage | ||
uses: coverallsapp/github-action@v1 | ||
|
@@ -84,9 +85,6 @@ jobs: | |
target: | ||
- no-default-features | ||
- all-features | ||
- musl-release-no-default-features | ||
- musl-release-all-features | ||
- musl-all-features | ||
include: | ||
- target: no-default-features | ||
args: --no-default-features | ||
|
@@ -95,18 +93,6 @@ jobs: | |
args: --all-features | ||
toolchain_target: x86_64-unknown-linux-musl | ||
use_cross: false | ||
- target: musl-release-no-default-features | ||
args: --release --target x86_64-unknown-linux-musl --no-default-features | ||
toolchain_target: x86_64-unknown-linux-musl | ||
use_cross: true | ||
- target: musl-release-all-features | ||
args: --release --target x86_64-unknown-linux-musl --all-features --verbose | ||
toolchain_target: x86_64-unknown-linux-musl | ||
use_cross: true | ||
- target: musl-all-features | ||
args: --target x86_64-unknown-linux-musl --all-features --verbose | ||
toolchain_target: x86_64-unknown-linux-musl | ||
use_cross: true | ||
|
||
steps: | ||
- name: Checkout repository | ||
|
@@ -139,29 +125,28 @@ jobs: | |
strategy: | ||
matrix: | ||
target: | ||
- intel-catalina | ||
- intel-bigsur | ||
- m1-bigsur | ||
- intel-monterey | ||
- intel-ventura | ||
- silicon-sonoma | ||
include: | ||
- target: intel-catalina | ||
os: macOS-10.15 | ||
- target: intel-monterey | ||
os: macOS-12.0 | ||
toolchain_target: x86_64-apple-darwin | ||
toolchain: stable | ||
aux_args: "" | ||
default: false | ||
- target: intel-bigsur | ||
os: macOS-11.0 | ||
aux_args: --target x86_64-apple-darwin | ||
default: true | ||
- target: intel-ventura | ||
os: macOS-13.0 | ||
toolchain_target: x86_64-apple-darwin | ||
toolchain: stable | ||
aux_args: --target x86_64-apple-darwin | ||
default: true | ||
- target: silicon-sonoma | ||
os: macOS-14.0 | ||
toolchain_target: aarch64-apple-darwin | ||
toolchain: stable | ||
aux_args: "" | ||
default: false | ||
# TODO enable again and try to find out why this fails | ||
# - target: m1-bigsur | ||
# os: macOS-11.0 | ||
# toolchain_target: aarch64-apple-darwin | ||
# toolchain: nightly | ||
# aux_args: --target aarch64-apple-darwin | ||
# default: true | ||
|
||
steps: | ||
- name: Checkout repository | ||
|
@@ -172,19 +157,14 @@ jobs: | |
- name: Install stable toolchain | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: ${{ matrix.toolchain }} | ||
target: ${{ matrix.toolchain_target }} | ||
override: true | ||
default: ${{ matrix.default }} | ||
|
||
- name: Install htslib dependencies | ||
run: brew install bzip2 zlib xz curl-openssl | ||
|
||
#- uses: actions-rs/[email protected] | ||
# with: | ||
# toolchain: ${{ matrix.toolchain }} | ||
# target: ${{ matrix.toolchain_target }} | ||
# #override: true | ||
# default: ${{ matrix.default }} | ||
|
||
- name: Test | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
This file contains 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 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 was deleted.
Oops, something went wrong.
This file contains 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 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.