Skip to content

Commit 1eddb21

Browse files
committed
try test dist-apple-various
1 parent 64733e3 commit 1eddb21

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ jobs:
5858
- name: x86_64-gnu-tools
5959
os: ubuntu-20.04-16core-64gb
6060
env: {}
61+
- name: dist-apple-various
62+
env:
63+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
64+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
65+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
66+
MACOSX_DEPLOYMENT_TARGET: 10.7
67+
SELECT_XCODE: /Applications/Xcode_13.4.1.app
68+
NO_LLVM_ASSERTIONS: 1
69+
NO_DEBUG_ASSERTIONS: 1
70+
NO_OVERFLOW_CHECKS: 1
71+
os: macos-latest
6172
timeout-minutes: 600
6273
runs-on: "${{ matrix.os }}"
6374
steps:

src/ci/github-actions/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,19 @@ jobs:
314314
- name: x86_64-gnu-tools
315315
<<: *job-linux-16c
316316

317+
- name: dist-apple-various
318+
env:
319+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
320+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
321+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
322+
MACOSX_DEPLOYMENT_TARGET: 10.7
323+
SELECT_XCODE: /Applications/Xcode_13.4.1.app
324+
NO_LLVM_ASSERTIONS: 1
325+
NO_DEBUG_ASSERTIONS: 1
326+
NO_OVERFLOW_CHECKS: 1
327+
<<: *job-macos-xl
328+
329+
317330
auto:
318331
permissions:
319332
actions: write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds

0 commit comments

Comments
 (0)