Fix CI for musl builds, musl builds now run but will not cause a build failure if they do not succeed
This commit is contained in:
parent
0b88b043d0
commit
6d77b7fd83
|
@ -27,6 +27,8 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
|
- os: linux
|
||||||
|
env: TARGET=x86_64-unknown-linux-musl CHANNEL=stable
|
||||||
# Beta channel
|
# Beta channel
|
||||||
- os: osx
|
- os: osx
|
||||||
env: TARGET=i686-apple-darwin CHANNEL=beta
|
env: TARGET=i686-apple-darwin CHANNEL=beta
|
||||||
|
@ -39,6 +41,8 @@ matrix:
|
||||||
env: TARGET=x86_64-apple-darwin CHANNEL=beta
|
env: TARGET=x86_64-apple-darwin CHANNEL=beta
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=beta
|
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=beta
|
||||||
|
- os: linux
|
||||||
|
env: TARGET=x86_64-unknown-linux-musl CHANNEL=beta
|
||||||
# Nightly channel
|
# Nightly channel
|
||||||
- os: osx
|
- os: osx
|
||||||
env: TARGET=i686-apple-darwin CHANNEL=nightly
|
env: TARGET=i686-apple-darwin CHANNEL=nightly
|
||||||
|
@ -51,6 +55,8 @@ matrix:
|
||||||
env: TARGET=x86_64-apple-darwin CHANNEL=nightly
|
env: TARGET=x86_64-apple-darwin CHANNEL=nightly
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=nightly
|
env: TARGET=x86_64-unknown-linux-gnu CHANNEL=nightly
|
||||||
|
- os: linux
|
||||||
|
env: TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
|
||||||
|
|
||||||
# Musl builds fail due to a bug in Rust (https://github.com/azerupi/mdBook/issues/158)
|
# Musl builds fail due to a bug in Rust (https://github.com/azerupi/mdBook/issues/158)
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue