File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,9 @@ degree documented below):
213
213
- The best-supported target is `x86_64-unknown-linux-gnu`. Miri releases are
214
214
blocked on things working with this target. Most other Linux targets should
215
215
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` .
217
219
- ` x86_64-apple-darwin` should work basically as well as Linux. We also test
218
220
` aarch64-apple-darwin` . However, we might ship Miri with a nightly even when
219
221
some features on these targets regress.
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ run_tests
104
104
case $HOST_TARGET in
105
105
x86_64-unknown-linux-gnu)
106
106
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
107
109
MIRI_TEST_TARGET=aarch64-apple-darwin run_tests
108
110
MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
109
111
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