diff options
| author | Jan-Erik Rediger <janerik@fnordig.de> | 2021-05-28 14:09:34 +0200 |
|---|---|---|
| committer | Jan-Erik Rediger <janerik@fnordig.de> | 2021-07-08 13:33:19 +0200 |
| commit | 61640f203be965aca3163423cd31b34f135cae74 (patch) | |
| tree | bddbb08c6047a59a70e1d48759e12a19bcde4fa3 /src/ci/github-actions | |
| parent | 2daa26b7caad3742c9c61849c67d7341c3df5b97 (diff) | |
| download | rust-61640f203be965aca3163423cd31b34f135cae74.tar.gz rust-61640f203be965aca3163423cd31b34f135cae74.zip | |
Build aarch64-apple-ios-sim as part of the full macOS build
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 e704071e401..62de37b505b 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -447,7 +447,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 |
