Skip to content

Commit 61640f2

Browse files
committed
Build aarch64-apple-ios-sim as part of the full macOS build
1 parent 2daa26b commit 61640f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
- name: dist-x86_64-apple
288288
env:
289289
SCRIPT: "./x.py dist"
290-
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"
290+
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"
291291
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
292292
MACOSX_DEPLOYMENT_TARGET: 10.7
293293
NO_LLVM_ASSERTIONS: 1

src/ci/github-actions/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
- name: dist-x86_64-apple
448448
env:
449449
SCRIPT: ./x.py dist
450-
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
450+
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
451451
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
452452
MACOSX_DEPLOYMENT_TARGET: 10.7
453453
NO_LLVM_ASSERTIONS: 1

0 commit comments

Comments
 (0)