We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1a37b8 + ab0005b commit 70b97a5Copy full SHA for 70b97a5
ci.sh
@@ -60,7 +60,7 @@ case $HOST_TARGET in
60
MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests
61
MIRI_TEST_TARGET=aarch64-apple-darwin run_tests
62
MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
63
- MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec current_dir_with_isolation
+ MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec current_dir data_race
64
MIRI_TEST_TARGET=thumbv7em-none-eabihf MIRI_NO_STD=1 run_tests_minimal no_std # no_std embedded architecture
65
;;
66
x86_64-apple-darwin)
0 commit comments