File tree Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,6 @@ matrix:
55
55
- env : TARGET=aarch64-unknown-linux-musl
56
56
# FIXME(#856)
57
57
rust : 1.22.1
58
- - os : osx
59
- osx_image : xcode9.4
60
- env : TARGET=i386-apple-ios
61
- CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
62
- RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
63
- before_install :
64
- rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
65
- - os : osx
66
- osx_image : xcode9.4
67
- env : TARGET=x86_64-apple-ios
68
- CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
69
- RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
70
- before_install :
71
- rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
72
58
- env : TARGET=powerpc-unknown-linux-gnu
73
59
- env : TARGET=powerpc64-unknown-linux-gnu
74
60
- env : TARGET=powerpc64le-unknown-linux-gnu
@@ -105,13 +91,6 @@ matrix:
105
91
106
92
# QEMU based targets that compile in an emulator
107
93
- env : TARGET=x86_64-unknown-freebsd
108
- allow_failures :
109
- - env : TARGET=i386-apple-ios
110
- CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
111
- RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
112
- - env : TARGET=x86_64-apple-ios
113
- CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
114
- RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
115
94
116
95
notifications :
117
96
email :
You can’t perform that action at this time.
0 commit comments