File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 58
58
- name : x86_64-gnu-tools
59
59
os : ubuntu-20.04-16core-64gb
60
60
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
61
72
timeout-minutes : 600
62
73
runs-on : " ${{ matrix.os }}"
63
74
steps :
Original file line number Diff line number Diff line change @@ -314,6 +314,19 @@ jobs:
314
314
- name : x86_64-gnu-tools
315
315
<< : *job-linux-16c
316
316
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
+
317
330
auto :
318
331
permissions :
319
332
actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
You can’t perform that action at this time.
0 commit comments