File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,16 @@ matrix:
5050 - env : TARGET=aarch64-unknown-linux-gnu
5151 - os : osx
5252 osx_image : xcode8.2
53- env : TARGET=i386-apple-ios CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
53+ env : TARGET=i386-apple-ios
54+ CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
55+ RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
5456 before_install :
5557 rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
5658 - os : osx
5759 osx_image : xcode8.2
58- env : TARGET=x86_64-apple-ios CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
60+ env : TARGET=x86_64-apple-ios
61+ CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
62+ RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
5963 before_install :
6064 rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
6165 - env : TARGET=x86_64-rumprun-netbsd
You can’t perform that action at this time.
0 commit comments