Skip to content

Commit 938955c

Browse files
committed
Fix i386-apple-ios
1 parent 4bcad05 commit 938955c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ci/run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,12 @@ case "$TARGET" in
113113
grep "^PASSED .* tests" /tmp/out
114114
;;
115115

116+
i386-apple-ios)
117+
python ./ci/ios/deploy_and_run_ios_binary_on_ios_simulator.py $CARGO_TARGET_DIR/$TARGET/debug/libc-test
118+
;;
119+
116120
x86_64-apple-ios)
117-
python ./ci/ios/deploy_and_run_x86_64_binary_on_ios_simulator.py $CARGO_TARGET_DIR/$TARGET/debug/libc-test
121+
python ./ci/ios/deploy_and_run_ios_binary_on_ios_simulator.py $CARGO_TARGET_DIR/$TARGET/debug/libc-test
118122
;;
119123

120124
arm-unknown-linux-gnueabihf)

0 commit comments

Comments
 (0)