We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ddbec commit 8e21633Copy full SHA for 8e21633
ci.sh
@@ -85,7 +85,7 @@ case $HOST_TARGET in
85
MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
86
MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec panic/panic concurrency/simple atomic data_race env/var
87
MIRI_TEST_TARGET=aarch64-linux-android run_tests_minimal hello integer vec panic/panic
88
- MIRI_TEST_TARGET=wasm32-wasi run_tests
+ MIRI_TEST_TARGET=wasm32-wasi MIRI_NO_STD=1 run_tests_minimal # supports std but miri doesn't support it
89
MIRI_TEST_TARGET=thumbv7em-none-eabihf MIRI_NO_STD=1 run_tests_minimal no_std # no_std embedded architecture
90
;;
91
x86_64-apple-darwin)
0 commit comments