File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,9 @@ degree documented below):
213213- The best-supported target is `x86_64-unknown-linux-gnu`. Miri releases are
214214 blocked on things working with this target. Most other Linux targets should
215215 also work well; we do run the test suite on `i686-unknown-linux-gnu` as a
216- 32bit target and `mips64-unknown-linux-gnuabi64` as a big-endian target.
216+ 32bit target and `mips64-unknown-linux-gnuabi64` as a big-endian target, as
217+ well as the ARM targets `aarch64-unknown-linux-gnu` and
218+ ` arm-unknown-linux-gnueabi` .
217219- ` x86_64-apple-darwin` should work basically as well as Linux. We also test
218220 ` aarch64-apple-darwin` . However, we might ship Miri with a nightly even when
219221 some features on these targets regress.
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ run_tests
104104case $HOST_TARGET in
105105 x86_64-unknown-linux-gnu)
106106 MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests
107+ MIRI_TEST_TARGET=aarch64-unknown-linux-gnu run_tests
108+ MIRI_TEST_TARGET=arm-unknown-linux-gnueabi run_tests
107109 MIRI_TEST_TARGET=aarch64-apple-darwin run_tests
108110 MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
109111 MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec panic/panic concurrency/simple atomic data_race env/var
You can’t perform that action at this time.
0 commit comments