We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a374d1c commit 9433958Copy full SHA for 9433958
src/tools/miri/ci/ci.sh
@@ -159,7 +159,8 @@ case $HOST_TARGET in
159
TEST_TARGET=wasm32-unknown-unknown run_tests_minimal no_std empty_main wasm # this target doesn't really have std
160
TEST_TARGET=thumbv7em-none-eabihf run_tests_minimal no_std
161
# Custom target JSON file
162
- TEST_TARGET=tests/avr.json MIRI_NO_STD=1 run_tests_minimal no_std
+ # 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
164
;;
165
i686-pc-windows-msvc)
166
# Host
0 commit comments