Skip to content

Commit 8acdaef

Browse files
committed
Remove support for 32-bit Apple targets
1 parent 7049d42 commit 8acdaef

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.cirrus.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,13 @@ task:
3131
- name: OSX x86_64
3232
env:
3333
TARGET: x86_64-apple-darwin
34-
- name: OSX i686
34+
- name: iOS aarch64
3535
env:
36-
TARGET: i686-apple-darwin
36+
TARGET: aarch64-apple-ios
3737
DISABLE_TESTS: 1
38-
- name: iOS
38+
- name: iOS x86_64
3939
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
4441
DISABLE_TESTS: 1
4542
osx_instance:
4643
image: catalina-xcode

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
7272
for all platforms.
7373
(#[1484](https://github.com/nix-rust/nix/pull/1484))
7474

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+
7579
## [0.22.0] - 9 July 2021
7680
### Added
7781
- Added `if_nameindex` (#[1445](https://github.com/nix-rust/nix/pull/1445))

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ Tier 2:
6868
* aarch64-linux-android
6969
* arm-linux-androideabi
7070
* arm-unknown-linux-musleabi
71-
* armv7-apple-ios
7271
* armv7-linux-androideabi
73-
* armv7s-apple-ios
74-
* i386-apple-ios
75-
* i686-apple-darwin
7672
* i686-linux-android
7773
* powerpc-unknown-linux-gnu
7874
* s390x-unknown-linux-gnu

0 commit comments

Comments
 (0)