Skip to content

Commit 1fd5fe7

Browse files
bors[bot]asomers
andauthored
Merge #1905
1905: Drop x86_64-unknown-darwin to Tier 2 r=rtzoeller a=asomers And promote aarch64-unknown-darwin to Tier 1. Because that's what Cirrus CI is doing. Fixes #1904 Co-authored-by: Alan Somers <[email protected]>
2 parents bedf83b + c59cd2b commit 1fd5fe7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.cirrus.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ task:
6767
- if [ -z "$NOHACK" ]; then cargo hack check --each-feature --target i686-unknown-freebsd; fi
6868
before_cache_script: rm -rf $CARGO_HOME/registry/index
6969

70-
# Test macOS x86_64 in a full VM
70+
# Test macOS aarch64 in a full VM
7171
task:
72-
name: macOS x86_64
72+
name: macOS aarch64
7373
env:
74-
TARGET: x86_64-apple-darwin
75-
osx_instance:
76-
image: big-sur-xcode
74+
TARGET: aarch64-apple-darwin
75+
macos_instance:
76+
image: ghcr.io/cirruslabs/macos-ventura-base:latest
7777
setup_script:
7878
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
7979
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
@@ -235,9 +235,9 @@ task:
235235
- name: Linux x32
236236
env:
237237
TARGET: x86_64-unknown-linux-gnux32
238-
- name: macOS aarch64
238+
- name: macOS x86_64
239239
env:
240-
TARGET: aarch64-apple-darwin
240+
TARGET: x86_64-apple-darwin
241241
- name: NetBSD x86_64
242242
env:
243243
TARGET: x86_64-unknown-netbsd

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ limitations. Support for platforms is split into three tiers:
4747
The following targets are supported by `nix`:
4848

4949
Tier 1:
50+
* aarch64-apple-darwin
5051
* aarch64-unknown-linux-gnu
5152
* arm-unknown-linux-gnueabi
5253
* armv7-unknown-linux-gnueabihf
@@ -58,13 +59,11 @@ Tier 1:
5859
* mips64el-unknown-linux-gnuabi64
5960
* mipsel-unknown-linux-gnu
6061
* powerpc64le-unknown-linux-gnu
61-
* x86_64-apple-darwin
6262
* x86_64-unknown-freebsd
6363
* x86_64-unknown-linux-gnu
6464
* x86_64-unknown-linux-musl
6565

6666
Tier 2:
67-
* aarch64-apple-darwin
6867
* aarch64-apple-ios
6968
* aarch64-linux-android
7069
* arm-linux-androideabi
@@ -75,6 +74,7 @@ Tier 2:
7574
* s390x-unknown-linux-gnu
7675
* x86_64-apple-ios
7776
* x86_64-linux-android
77+
* x86_64-apple-darwin
7878
* x86_64-unknown-illumos
7979
* x86_64-unknown-netbsd
8080

0 commit comments

Comments
 (0)