File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,16 @@ matrix:
50
50
- env : TARGET=aarch64-unknown-linux-gnu
51
51
- os : osx
52
52
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
54
56
before_install :
55
57
rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
56
58
- os : osx
57
59
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
59
63
before_install :
60
64
rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
61
65
- env : TARGET=x86_64-rumprun-netbsd
You can’t perform that action at this time.
0 commit comments