diff options
| author | bors <bors@rust-lang.org> | 2021-08-01 00:12:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-08-01 00:12:18 +0000 |
| commit | a0a6babf191847038860207075667effc9a67dec (patch) | |
| tree | ac030d453d7c8cde94c755c1c0a6212743bec14d /src/ci/github-actions | |
| parent | 4e282795d7d1d28a4c6c1c6521045ae2b59f3519 (diff) | |
| parent | 61640f203be965aca3163423cd31b34f135cae74 (diff) | |
| download | rust-a0a6babf191847038860207075667effc9a67dec.tar.gz rust-a0a6babf191847038860207075667effc9a67dec.zip | |
Auto merge of #85782 - badboy:build-ios-sim-target, r=Mark-Simulacrum
Build aarch64-apple-ios-sim as part of the full macOS build Part of the [MCP 428](https://github.com/rust-lang/compiler-team/issues/428) to promote this target to Tier 2. This adds the aarch64-apple-ios-sim target as a tier 2 target, currently cross-compiled from our x86_64 apple builders. The compiler team has approved the addition per the MCP noted above, and the infrastructure team has not raised concerns with this addition at this time (as the CI time impact is expected to be minimal; this is only building std).
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 128897e580b..59a1d06dabd 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -451,7 +451,7 @@ jobs: - name: dist-x86_64-apple env: SCRIPT: ./x.py dist - RUST_CONFIGURE_ARGS: --host=x86_64-apple-darwin --target=x86_64-apple-darwin,aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false + RUST_CONFIGURE_ARGS: --host=x86_64-apple-darwin --target=x86_64-apple-darwin,aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 MACOSX_DEPLOYMENT_TARGET: 10.7 NO_LLVM_ASSERTIONS: 1 |
