File tree Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -108,23 +108,6 @@ matrix:
108
108
rust : nightly
109
109
110
110
allow_failures :
111
- # iOS is still being worked on, so for now don't block on compilation failures
112
- - env : TARGET=aarch64-apple-ios DISABLE_TESTS=1
113
- rust : 1.13.0
114
- os : osx
115
- - env : TARGET=armv7-apple-ios DISABLE_TESTS=1
116
- rust : 1.13.0
117
- os : osx
118
- - env : TARGET=armv7s-apple-ios DISABLE_TESTS=1
119
- rust : 1.13.0
120
- os : osx
121
- - env : TARGET=i386-apple-ios DISABLE_TESTS=1
122
- rust : 1.13.0
123
- os : osx
124
- - env : TARGET=x86_64-apple-ios DISABLE_TESTS=1
125
- rust : 1.13.0
126
- os : osx
127
-
128
111
# Planning to add these targets, but they can fail for now
129
112
- env : TARGET=mips64-unknown-linux-gnuabi64
130
113
rust : 1.13.0
Original file line number Diff line number Diff line change @@ -67,24 +67,24 @@ Tier 1:
67
67
* x86_64-unknown-linux-musl
68
68
69
69
Tier 2:
70
- * i686-unknown-freebsd
71
- * x86_64-unknown-netbsd
70
+ * aarch64-apple-ios
72
71
* aarch64-linux-android
73
72
* arm-linux-androideabi
73
+ * armv7-apple-ios
74
74
* armv7-linux-androideabi
75
+ * armv7s-apple-ios
76
+ * i386-apple-ios
75
77
* i686-linux-android (requires Rust >= 1.18)
78
+ * i686-unknown-freebsd
79
+ * x86_64-apple-ios
76
80
* x86_64-linux-android (requires Rust >= 1.18)
81
+ * x86_64-unknown-netbsd
77
82
78
83
Tier 3:
79
- * aarch64-apple-ios
80
84
* arm-unknown-linux-musleabi (requires Rust >= 1.14)
81
- * armv7-apple-ios
82
- * armv7s-apple-ios
83
- * i386-apple-ios
84
85
* mips64-unknown-linux-gnuabi64
85
86
* mips64el-unknown-linux-gnuabi64
86
87
* s390x-unknown-linux-gnu
87
- * x86_64-apple-ios
88
88
89
89
## Usage
90
90
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ pub mod syscall;
38
38
#[ cfg( any( target_os = "linux" ) ) ]
39
39
pub mod reboot;
40
40
41
- #[ cfg( not( target_os = "ios" ) ) ]
42
41
pub mod termios;
43
42
44
43
#[ cfg( any( target_os = "linux" , target_os = "android" ) ) ]
You can’t perform that action at this time.
0 commit comments