Skip to content

Commit

Permalink
fix: temporarily remove 'musl' CI tests
Browse files Browse the repository at this point in the history
Cargo does not enable OS/cfg specific examples, so the 'cdylib' tests
errors when using 'musl' due to not supporting the crate type.
Temporarily remove these targets until a workaround can be implemented.
  • Loading branch information
darfink committed Jun 10, 2019
1 parent 81ee843 commit 5e85585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ matrix:
# Linux
- env: TARGET=i686-unknown-linux-gnu
rust: nightly
- env: TARGET=i686-unknown-linux-musl
rust: nightly
# - env: TARGET=i686-unknown-linux-musl
# rust: nightly
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
- env: TARGET=x86_64-unknown-linux-musl
rust: nightly
# - env: TARGET=x86_64-unknown-linux-musl
# rust: nightly

# OSX
- env: TARGET=i686-apple-darwin
Expand Down

0 comments on commit 5e85585

Please sign in to comment.