Skip to content

Commit 6d78fda

Browse files
Promote aarch64-apple-darwin to Tier 1
Per rust-lang/rfcs#3671.
1 parent bca8327 commit 6d78fda

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ degree documented below):
212212
- All Rust [Tier 1 targets](https://doc.rust-lang.org/rustc/platform-support.html) are supported by
213213
Miri. They are all checked on Miri's CI, and some (at least one per OS) are even checked on every
214214
Rust PR, so the shipped Miri should always work on these targets.
215-
- `aarch64-apple-darwin` is supported.
216215
- `s390x-unknown-linux-gnu` is supported as our "big-endian target of choice".
217216
- For every other target with OS `linux`, `macos`, or `windows`, Miri should generally work, but we
218217
make no promises and we don't run tests for such targets.

ci/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ case $HOST_TARGET in
137137
MANY_SEEDS=16 TEST_TARGET=x86_64-pc-windows-gnu run_tests
138138
;;
139139
aarch64-apple-darwin)
140-
# Host (tier 2)
140+
# Host
141141
GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 CARGO_MIRI_ENV=1 run_tests
142142
# Extra tier 1
143143
MANY_SEEDS=64 TEST_TARGET=i686-pc-windows-gnu run_tests

0 commit comments

Comments
 (0)