Skip to content

Commit 1eb08ed

Browse files
authored
Merge pull request #1112 from gnzlbg/ios_sim_kill
remove the iOS simulator targets from CI / update ctest
2 parents 17f7b55 + 4a60136 commit 1eb08ed

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.travis.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,6 @@ matrix:
5555
- env: TARGET=aarch64-unknown-linux-musl
5656
# FIXME(#856)
5757
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
7258
- env: TARGET=powerpc-unknown-linux-gnu
7359
- env: TARGET=powerpc64-unknown-linux-gnu
7460
- env: TARGET=powerpc64le-unknown-linux-gnu
@@ -105,13 +91,6 @@ matrix:
10591

10692
# QEMU based targets that compile in an emulator
10793
- 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
11594

11695
notifications:
11796
email:

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)