We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10419b3 + aaa3208 commit c54eab4Copy full SHA for c54eab4
ci.sh
@@ -42,6 +42,7 @@ if [ "${TRAVIS_OS_NAME:-}" == linux ]; then
42
MIRI_TEST_TARGET=x86_64-apple-darwin run_tests
43
MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
44
elif [ "${TRAVIS_OS_NAME:-}" == osx ]; then
45
+ MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests
46
MIRI_TEST_TARGET=x86_64-pc-windows-msvc run_tests
47
MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests
48
elif [ "${CI_WINDOWS:-}" == True ]; then
0 commit comments