Skip to content

Commit b169d58

Browse files
committed
Demote i686-apple-darwin to Tier 2
It's deprecated by Xcode, and the version of Xcode installed by Cirrus-CI doesn't include 32 bit libraries.
1 parent 062bec3 commit b169d58

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Fixed
1111
### Changed
12+
13+
- i686-apple-darwin has been demoted to Tier 2 support, because it's deprecated
14+
by Xcode.
15+
(#[1350](https://github.com/nix-rust/nix/pull/1350))
16+
1217
### Removed
1318

1419
## [0.19.1] - 28 November 2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Tier 1:
5151
* aarch64-unknown-linux-gnu
5252
* arm-unknown-linux-gnueabi
5353
* armv7-unknown-linux-gnueabihf
54-
* i686-apple-darwin
5554
* i686-unknown-freebsd
5655
* i686-unknown-linux-gnu
5756
* i686-unknown-linux-musl
@@ -74,6 +73,7 @@ Tier 2:
7473
* armv7-linux-androideabi
7574
* armv7s-apple-ios
7675
* i386-apple-ios
76+
* i686-apple-darwin
7777
* i686-linux-android
7878
* powerpc-unknown-linux-gnu
7979
* s390x-unknown-linux-gnu

0 commit comments

Comments
 (0)