Skip to content

Commit

Permalink
Remove musl from build matrix
Browse files Browse the repository at this point in the history
The compiler doesn't currently support musl dynamic linking:

rust-lang/rust#34987

Reconsider this removal if/when this gets fixed.
  • Loading branch information
brandur committed Nov 6, 2016
1 parent c342545 commit db69edd
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ matrix:
- os: linux
rust: stable
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: stable
env: TARGET=x86_64-unknown-linux-musl
dist: trusty
sudo: required
addons:
apt:
packages: &musl_packages
- musl
- musl-dev
- musl-tools

# Beta.
- os: osx
Expand All @@ -42,14 +31,6 @@ matrix:
- os: linux
rust: beta
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: beta
env: TARGET=x86_64-unknown-linux-musl
dist: trusty
sudo: required
addons:
apt:
packages: *musl_packages

# Nightly.
- os: osx
Expand All @@ -58,14 +39,6 @@ matrix:
- os: linux
rust: nightly
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: nightly
env: TARGET=x86_64-unknown-linux-musl
dist: trusty
sudo: required
addons:
apt:
packages: *musl_packages

before_install:
- export PATH="$PATH:$HOME/.cargo/bin"
Expand Down

0 comments on commit db69edd

Please sign in to comment.