Skip to content

Commit c54eab4

Browse files
committed
Auto merge of #1411 - RalfJung:ci, r=RalfJung
test Linux on macOS host This accidentally got lost in #1407
2 parents 10419b3 + aaa3208 commit c54eab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ if [ "${TRAVIS_OS_NAME:-}" == linux ]; then
4242
MIRI_TEST_TARGET=x86_64-apple-darwin run_tests
4343
MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
4444
elif [ "${TRAVIS_OS_NAME:-}" == osx ]; then
45+
MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests
4546
MIRI_TEST_TARGET=x86_64-pc-windows-msvc run_tests
4647
MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests
4748
elif [ "${CI_WINDOWS:-}" == True ]; then

0 commit comments

Comments
 (0)