Skip to content

Commit 9433958

Browse files
committed
disable AVR test since it doesn't work
1 parent a374d1c commit 9433958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/miri/ci/ci.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ case $HOST_TARGET in
159159
TEST_TARGET=wasm32-unknown-unknown run_tests_minimal no_std empty_main wasm # this target doesn't really have std
160160
TEST_TARGET=thumbv7em-none-eabihf run_tests_minimal no_std
161161
# Custom target JSON file
162-
TEST_TARGET=tests/avr.json MIRI_NO_STD=1 run_tests_minimal no_std
162+
# FIXME: disabled due to <https://github.com/rust-lang/rust/issues/130818>.
163+
#TEST_TARGET=tests/avr.json MIRI_NO_STD=1 run_tests_minimal no_std
163164
;;
164165
i686-pc-windows-msvc)
165166
# Host

0 commit comments

Comments
 (0)