File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,6 @@ matrix:
102
102
- env : TARGET=x86_64-unknown-linux-gnu
103
103
rust : beta
104
104
105
- # Planning to add these targets, but they can fail for now
106
- - env : TARGET=mips64-unknown-linux-gnuabi64
107
- rust : 1.13.0
108
- - env : TARGET=mips64el-unknown-linux-gnuabi64
109
- rust : 1.13.0
110
- - env : TARGET=arm-unknown-linux-musleabi
111
- rust : 1.14.0
112
- - env : TARGET=s390x-unknown-linux-gnu
113
- rust : 1.13.0
114
-
115
105
before_install : set -e
116
106
117
107
install :
Original file line number Diff line number Diff line change @@ -69,23 +69,21 @@ Tier 2:
69
69
* aarch64-apple-ios
70
70
* aarch64-linux-android
71
71
* arm-linux-androideabi
72
+ * arm-unknown-linux-musleabi (requires Rust >= 1.14)
72
73
* armv7-apple-ios
73
74
* armv7-linux-androideabi
74
75
* armv7s-apple-ios
75
76
* i386-apple-ios
76
77
* i686-linux-android (requires Rust >= 1.18)
77
78
* i686-unknown-freebsd
79
+ * mips64-unknown-linux-gnuabi64
80
+ * mips64el-unknown-linux-gnuabi64
78
81
* powerpc-unknown-linux-gnu
82
+ * s390x-unknown-linux-gnu
79
83
* x86_64-apple-ios
80
84
* x86_64-linux-android (requires Rust >= 1.18)
81
85
* x86_64-unknown-netbsd
82
86
83
- Tier 3:
84
- * arm-unknown-linux-musleabi (requires Rust >= 1.14)
85
- * mips64-unknown-linux-gnuabi64
86
- * mips64el-unknown-linux-gnuabi64
87
- * s390x-unknown-linux-gnu
88
-
89
87
## Usage
90
88
91
89
To use ` nix ` , first add this to your ` Cargo.toml ` :
You can’t perform that action at this time.
0 commit comments