File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
include :
11
11
# Stable channel
12
- - os : osx
13
- env : TARGET=i686-apple-darwin
14
- rust : stable
12
+ # TODO re-enable the i686-apple-darwin target when passcod/rsnotify#53 is fixed
13
+ # - os: osx
14
+ # env: TARGET=i686-apple-darwin
15
+ # rust: stable
15
16
- os : linux
16
17
env : TARGET=i686-unknown-linux-gnu
17
18
rust : stable
@@ -34,9 +35,9 @@ matrix:
34
35
env : TARGET=x86_64-unknown-linux-musl
35
36
rust : stable
36
37
# Beta channel
37
- - os : osx
38
- env : TARGET=i686-apple-darwin
39
- rust : beta
38
+ # - os: osx
39
+ # env: TARGET=i686-apple-darwin
40
+ # rust: beta
40
41
- os : linux
41
42
env : TARGET=i686-unknown-linux-gnu
42
43
rust : beta
@@ -53,9 +54,9 @@ matrix:
53
54
env : TARGET=x86_64-unknown-linux-musl
54
55
rust : beta
55
56
# Nightly channel
56
- - os : osx
57
- env : TARGET=i686-apple-darwin
58
- rust : nightly
57
+ # - os: osx
58
+ # env: TARGET=i686-apple-darwin
59
+ # rust: nightly
59
60
- os : linux
60
61
env : TARGET=i686-unknown-linux-gnu
61
62
rust : nightly
You can’t perform that action at this time.
0 commit comments