File tree 3 files changed +8
-11
lines changed 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,13 @@ task:
31
31
- name : OSX x86_64
32
32
env :
33
33
TARGET : x86_64-apple-darwin
34
- - name : OSX i686
34
+ - name : iOS aarch64
35
35
env :
36
- TARGET : i686 -apple-darwin
36
+ TARGET : aarch64 -apple-ios
37
37
DISABLE_TESTS : 1
38
- - name : iOS
38
+ - name : iOS x86_64
39
39
env :
40
- # To save VM startup time, test all iOS targets in a single task.
41
- # The startup and scheduling time was very significant for Travis, but
42
- # not known for Cirrus.
43
- TARGET : " aarch64-apple-ios;armv7-apple-ios;armv7s-apple-ios;i386-apple-ios;x86_64-apple-ios"
40
+ TARGET : x86_64-apple-ios
44
41
DISABLE_TESTS : 1
45
42
osx_instance :
46
43
image : catalina-xcode
Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
72
72
for all platforms.
73
73
(#[ 1484] ( https://github.com/nix-rust/nix/pull/1484 ) )
74
74
75
+ - Removed support for 32-bit Apple targets, since they've been dropped by both
76
+ Rustc and Xcode.
77
+ (#[ 1492] ( https://github.com/nix-rust/nix/pull/1492 ) )
78
+
75
79
## [ 0.22.0] - 9 July 2021
76
80
### Added
77
81
- Added ` if_nameindex ` (#[ 1445] ( https://github.com/nix-rust/nix/pull/1445 ) )
Original file line number Diff line number Diff line change @@ -68,11 +68,7 @@ Tier 2:
68
68
* aarch64-linux-android
69
69
* arm-linux-androideabi
70
70
* arm-unknown-linux-musleabi
71
- * armv7-apple-ios
72
71
* armv7-linux-androideabi
73
- * armv7s-apple-ios
74
- * i386-apple-ios
75
- * i686-apple-darwin
76
72
* i686-linux-android
77
73
* powerpc-unknown-linux-gnu
78
74
* s390x-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments