File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,10 @@ task:
157
157
- name : Linux s390x
158
158
env :
159
159
TARGET : s390x-unknown-linux-gnu
160
+ - name : Linux x32
161
+ env :
162
+ TARGET : x86_64-unknown-linux-gnux32
163
+ CHECK_TESTS : true
160
164
- name : NetBSD x86_64
161
165
env :
162
166
TARGET : x86_64-unknown-netbsd
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ tempfile = "3.0.5"
46
46
semver = " 0.9.0"
47
47
48
48
[target .'cfg(any(target_os = "android", target_os = "linux"))' .dev-dependencies ]
49
- caps = " 0.3 .1"
49
+ caps = " 0.5 .1"
50
50
51
51
[target .'cfg(target_os = "freebsd")' .dev-dependencies ]
52
52
sysctl = " 0.1"
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ Tier 2:
83
83
Tier 3:
84
84
* x86_64-fuchsia
85
85
* x86_64-unknown-redox
86
+ * x86_64-unknown-linux-gnux32
86
87
87
88
## Usage
88
89
You can’t perform that action at this time.
0 commit comments