File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ matrix:
26
26
packages :
27
27
- nodejs
28
28
- npm
29
- - os : linux
30
- env : TARGET=x86_64-unknown-linux-musl CHANNEL=stable
31
29
# Beta channel
32
30
- os : osx
33
31
env : TARGET=i686-apple-darwin CHANNEL=beta
@@ -40,8 +38,6 @@ matrix:
40
38
env : TARGET=x86_64-apple-darwin CHANNEL=beta
41
39
- os : linux
42
40
env : TARGET=x86_64-unknown-linux-gnu CHANNEL=beta
43
- - os : linux
44
- env : TARGET=x86_64-unknown-linux-musl CHANNEL=beta
45
41
# Nightly channel
46
42
- os : osx
47
43
env : TARGET=i686-apple-darwin CHANNEL=nightly
@@ -54,6 +50,13 @@ matrix:
54
50
env : TARGET=x86_64-apple-darwin CHANNEL=nightly
55
51
- os : linux
56
52
env : TARGET=x86_64-unknown-linux-gnu CHANNEL=nightly
53
+
54
+ # Musl builds fail due to a bug in Rust (https://github.com/azerupi/mdBook/issues/158)
55
+ allow_failures :
56
+ - os : linux
57
+ env : TARGET=x86_64-unknown-linux-musl CHANNEL=stable
58
+ - os : linux
59
+ env : TARGET=x86_64-unknown-linux-musl CHANNEL=beta
57
60
- os : linux
58
61
env : TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
59
62
You can’t perform that action at this time.
0 commit comments