summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-08-13 17:58:33 -0600
committerAlan Somers <asomers@gmail.com>2021-08-13 17:58:33 -0600
commit8acdaef51a1fec5dabfffcf718a5ec58b0b11045 (patch)
tree0cb3768e6972f2379c6e68f750fb9f615b13722b
parent7049d424f19772cd67fb5e6cc86e787e4453d4e5 (diff)
downloadnix-8acdaef51a1fec5dabfffcf718a5ec58b0b11045.zip
Remove support for 32-bit Apple targets
-rw-r--r--.cirrus.yml11
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md4
3 files changed, 8 insertions, 11 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 5304a3d8..cb360947 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -31,16 +31,13 @@ task:
- name: OSX x86_64
env:
TARGET: x86_64-apple-darwin
- - name: OSX i686
+ - name: iOS aarch64
env:
- TARGET: i686-apple-darwin
+ TARGET: aarch64-apple-ios
DISABLE_TESTS: 1
- - name: iOS
+ - name: iOS x86_64
env:
- # To save VM startup time, test all iOS targets in a single task.
- # The startup and scheduling time was very significant for Travis, but
- # not known for Cirrus.
- TARGET: "aarch64-apple-ios;armv7-apple-ios;armv7s-apple-ios;i386-apple-ios;x86_64-apple-ios"
+ TARGET: x86_64-apple-ios
DISABLE_TESTS: 1
osx_instance:
image: catalina-xcode
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47cd139e..55232025 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -72,6 +72,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
for all platforms.
(#[1484](https://github.com/nix-rust/nix/pull/1484))
+- Removed support for 32-bit Apple targets, since they've been dropped by both
+ Rustc and Xcode.
+ (#[1492](https://github.com/nix-rust/nix/pull/1492))
+
## [0.22.0] - 9 July 2021
### Added
- Added `if_nameindex` (#[1445](https://github.com/nix-rust/nix/pull/1445))
diff --git a/README.md b/README.md
index 52ac53f4..5031b02e 100644
--- a/README.md
+++ b/README.md
@@ -68,11 +68,7 @@ Tier 2:
* aarch64-linux-android
* arm-linux-androideabi
* arm-unknown-linux-musleabi
- * armv7-apple-ios
* armv7-linux-androideabi
- * armv7s-apple-ios
- * i386-apple-ios
- * i686-apple-darwin
* i686-linux-android
* powerpc-unknown-linux-gnu
* s390x-unknown-linux-gnu