File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 58
58
- cargo hack check --each-feature --target i686-unknown-freebsd
59
59
before_cache_script : rm -rf $CARGO_HOME/registry/index
60
60
61
- # Test OSX in a full VM
61
+ # Test macOS x86_64 in a full VM
62
62
task :
63
- name : OSX x86_64
63
+ name : macOS x86_64
64
64
env :
65
65
TARGET : x86_64-apple-darwin
66
66
osx_instance :
@@ -211,8 +211,8 @@ task:
211
211
NOHACK : 1
212
212
TARGET : aarch64-apple-ios
213
213
# Rustup only supports cross-building from arbitrary hosts for iOS at
214
- # 1.49.0 and above. Below that it's possible to cross-build from an OSX
215
- # host, but OSX VMs are more expensive than Linux VMs.
214
+ # 1.49.0 and above. Below that it's possible to cross-build from a macOS
215
+ # host, but macOS VMs are more expensive than Linux VMs.
216
216
TOOLCHAIN : 1.49.0
217
217
- name : iOS x86_64
218
218
env :
@@ -236,6 +236,13 @@ task:
236
236
- name : Linux x32
237
237
env :
238
238
TARGET : x86_64-unknown-linux-gnux32
239
+ - name : macOS aarch64
240
+ env :
241
+ TARGET : aarch64-apple-darwin
242
+ # macOS aarch64 toolchain isn't available via rustup until 1.49
243
+ TOOLCHAIN : 1.49.0
244
+ container :
245
+ image : rust:1.49
239
246
- name : NetBSD x86_64
240
247
env :
241
248
TARGET : x86_64-unknown-netbsd
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ Tier 1:
64
64
* x86_64-unknown-linux-musl
65
65
66
66
Tier 2:
67
+ * aarch64-apple-darwin
67
68
* aarch64-apple-ios
68
69
* aarch64-linux-android
69
70
* arm-linux-androideabi
@@ -87,7 +88,7 @@ Tier 3:
87
88
88
89
## Minimum Supported Rust Version (MSRV)
89
90
90
- nix is supported on Rust 1.46.0 and higher. It's MSRV will not be
91
+ nix is supported on Rust 1.46.0 and higher. Its MSRV will not be
91
92
changed in the future without bumping the major or minor version.
92
93
93
94
## Contributing
Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ status = [
25
25
" Linux x32" ,
26
26
" Linux x86_64 musl" ,
27
27
" Linux x86_64" ,
28
+ " macOS aarch64" ,
29
+ " macOS x86_64" ,
28
30
" Minver" ,
29
31
" NetBSD x86_64" ,
30
32
" OpenBSD x86_64" ,
31
- " OSX x86_64" ,
32
33
" Redox x86_64" ,
33
34
" Rust Stable" ,
34
35
" iOS aarch64" ,
You can’t perform that action at this time.
0 commit comments