Skip to content

Commit 1c71f53

Browse files
committed
dist-apple-various
1 parent 45abc94 commit 1c71f53

File tree

2 files changed

+156
-63
lines changed

2 files changed

+156
-63
lines changed

.github/workflows/ci.yml

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -451,21 +451,19 @@ jobs:
451451
strategy:
452452
matrix:
453453
include:
454-
- name: dist-x86_64-apple
454+
- name: dist-apple-various
455455
env:
456-
SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
457-
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
456+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
457+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
458458
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
459459
MACOSX_DEPLOYMENT_TARGET: 10.12
460460
SELECT_XCODE: /Applications/Xcode_15.2.app
461461
USE_XCODE_CLANG: 1
462462
NO_LLVM_ASSERTIONS: 1
463463
NO_DEBUG_ASSERTIONS: 1
464464
NO_OVERFLOW_CHECKS: 1
465-
DIST_REQUIRE_ALL_TOOLS: 1
466-
CODEGEN_BACKENDS: "llvm,cranelift"
467465
os: macos-13
468-
- name: dist-apple-various
466+
- name: dist-apple-various-2
469467
env:
470468
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
471469
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
@@ -477,34 +475,31 @@ jobs:
477475
NO_DEBUG_ASSERTIONS: 1
478476
NO_OVERFLOW_CHECKS: 1
479477
os: macos-13
480-
- name: x86_64-apple-1
478+
- name: dist-apple-various-3
481479
env:
482-
SCRIPT: "./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
483-
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
480+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
481+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
484482
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
485483
MACOSX_DEPLOYMENT_TARGET: 10.12
486-
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
487484
SELECT_XCODE: /Applications/Xcode_15.2.app
488485
USE_XCODE_CLANG: 1
489486
NO_LLVM_ASSERTIONS: 1
490487
NO_DEBUG_ASSERTIONS: 1
491488
NO_OVERFLOW_CHECKS: 1
492489
os: macos-13
493-
- name: dist-x86_64-apple-2
490+
- name: dist-apple-various-4
494491
env:
495-
SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
496-
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
492+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
493+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
497494
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
498495
MACOSX_DEPLOYMENT_TARGET: 10.12
499496
SELECT_XCODE: /Applications/Xcode_15.2.app
500497
USE_XCODE_CLANG: 1
501498
NO_LLVM_ASSERTIONS: 1
502499
NO_DEBUG_ASSERTIONS: 1
503500
NO_OVERFLOW_CHECKS: 1
504-
DIST_REQUIRE_ALL_TOOLS: 1
505-
CODEGEN_BACKENDS: "llvm,cranelift"
506501
os: macos-13
507-
- name: dist-apple-various-2
502+
- name: dist-apple-various-5
508503
env:
509504
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
510505
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
@@ -516,34 +511,31 @@ jobs:
516511
NO_DEBUG_ASSERTIONS: 1
517512
NO_OVERFLOW_CHECKS: 1
518513
os: macos-13
519-
- name: x86_64-apple-2
514+
- name: dist-apple-various-6
520515
env:
521-
SCRIPT: "./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
522-
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
516+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
517+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
523518
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
524519
MACOSX_DEPLOYMENT_TARGET: 10.12
525-
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
526520
SELECT_XCODE: /Applications/Xcode_15.2.app
527521
USE_XCODE_CLANG: 1
528522
NO_LLVM_ASSERTIONS: 1
529523
NO_DEBUG_ASSERTIONS: 1
530524
NO_OVERFLOW_CHECKS: 1
531525
os: macos-13
532-
- name: dist-x86_64-apple-3
526+
- name: dist-apple-various-7
533527
env:
534-
SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
535-
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
528+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
529+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
536530
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
537531
MACOSX_DEPLOYMENT_TARGET: 10.12
538532
SELECT_XCODE: /Applications/Xcode_15.2.app
539533
USE_XCODE_CLANG: 1
540534
NO_LLVM_ASSERTIONS: 1
541535
NO_DEBUG_ASSERTIONS: 1
542536
NO_OVERFLOW_CHECKS: 1
543-
DIST_REQUIRE_ALL_TOOLS: 1
544-
CODEGEN_BACKENDS: "llvm,cranelift"
545537
os: macos-13
546-
- name: dist-apple-various-3
538+
- name: dist-apple-various-8
547539
env:
548540
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
549541
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
@@ -555,13 +547,24 @@ jobs:
555547
NO_DEBUG_ASSERTIONS: 1
556548
NO_OVERFLOW_CHECKS: 1
557549
os: macos-13
558-
- name: x86_64-apple-3
550+
- name: dist-apple-various-9
559551
env:
560-
SCRIPT: "./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
561-
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
552+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
553+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
554+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
555+
MACOSX_DEPLOYMENT_TARGET: 10.12
556+
SELECT_XCODE: /Applications/Xcode_15.2.app
557+
USE_XCODE_CLANG: 1
558+
NO_LLVM_ASSERTIONS: 1
559+
NO_DEBUG_ASSERTIONS: 1
560+
NO_OVERFLOW_CHECKS: 1
561+
os: macos-13
562+
- name: dist-apple-various-10
563+
env:
564+
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
565+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
562566
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
563567
MACOSX_DEPLOYMENT_TARGET: 10.12
564-
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
565568
SELECT_XCODE: /Applications/Xcode_15.2.app
566569
USE_XCODE_CLANG: 1
567570
NO_LLVM_ASSERTIONS: 1

src/ci/github-actions/ci.yml

Lines changed: 123 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -733,22 +733,64 @@ jobs:
733733
strategy:
734734
matrix:
735735
include:
736-
- name: dist-x86_64-apple
736+
# - name: dist-x86_64-apple
737+
# env:
738+
# SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
739+
# RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
740+
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
741+
# MACOSX_DEPLOYMENT_TARGET: 10.12
742+
# SELECT_XCODE: /Applications/Xcode_15.2.app
743+
# USE_XCODE_CLANG: 1
744+
# NO_LLVM_ASSERTIONS: 1
745+
# NO_DEBUG_ASSERTIONS: 1
746+
# NO_OVERFLOW_CHECKS: 1
747+
# DIST_REQUIRE_ALL_TOOLS: 1
748+
# CODEGEN_BACKENDS: llvm,cranelift
749+
# <<: *job-macos-xl
750+
751+
- name: dist-apple-various
737752
env:
738-
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
739-
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
753+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
754+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
740755
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
741756
MACOSX_DEPLOYMENT_TARGET: 10.12
742757
SELECT_XCODE: /Applications/Xcode_15.2.app
743758
USE_XCODE_CLANG: 1
744759
NO_LLVM_ASSERTIONS: 1
745760
NO_DEBUG_ASSERTIONS: 1
746761
NO_OVERFLOW_CHECKS: 1
747-
DIST_REQUIRE_ALL_TOOLS: 1
748-
CODEGEN_BACKENDS: llvm,cranelift
749762
<<: *job-macos-xl
750763

751-
- name: dist-apple-various
764+
# - name: x86_64-apple-1
765+
# env: &env-x86_64-apple-tests
766+
# SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
767+
# RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
768+
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
769+
# MACOSX_DEPLOYMENT_TARGET: 10.12
770+
# MACOSX_STD_DEPLOYMENT_TARGET: 10.12
771+
# SELECT_XCODE: /Applications/Xcode_15.2.app
772+
# USE_XCODE_CLANG: 1
773+
# NO_LLVM_ASSERTIONS: 1
774+
# NO_DEBUG_ASSERTIONS: 1
775+
# NO_OVERFLOW_CHECKS: 1
776+
# <<: *job-macos-xl
777+
778+
# - name: dist-x86_64-apple-2
779+
# env:
780+
# SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
781+
# RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
782+
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
783+
# MACOSX_DEPLOYMENT_TARGET: 10.12
784+
# SELECT_XCODE: /Applications/Xcode_15.2.app
785+
# USE_XCODE_CLANG: 1
786+
# NO_LLVM_ASSERTIONS: 1
787+
# NO_DEBUG_ASSERTIONS: 1
788+
# NO_OVERFLOW_CHECKS: 1
789+
# DIST_REQUIRE_ALL_TOOLS: 1
790+
# CODEGEN_BACKENDS: llvm,cranelift
791+
# <<: *job-macos-xl
792+
793+
- name: dist-apple-various-2
752794
env:
753795
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
754796
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
@@ -761,36 +803,76 @@ jobs:
761803
NO_OVERFLOW_CHECKS: 1
762804
<<: *job-macos-xl
763805

764-
- name: x86_64-apple-1
765-
env: &env-x86_64-apple-tests
766-
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
767-
RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
806+
# - name: x86_64-apple-2
807+
# env: &env-x86_64-apple-tests
808+
# SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
809+
# RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
810+
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
811+
# MACOSX_DEPLOYMENT_TARGET: 10.12
812+
# MACOSX_STD_DEPLOYMENT_TARGET: 10.12
813+
# SELECT_XCODE: /Applications/Xcode_15.2.app
814+
# USE_XCODE_CLANG: 1
815+
# NO_LLVM_ASSERTIONS: 1
816+
# NO_DEBUG_ASSERTIONS: 1
817+
# NO_OVERFLOW_CHECKS: 1
818+
# <<: *job-macos-xl
819+
820+
# - name: dist-x86_64-apple-3
821+
# env:
822+
# SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
823+
# RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
824+
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
825+
# MACOSX_DEPLOYMENT_TARGET: 10.12
826+
# SELECT_XCODE: /Applications/Xcode_15.2.app
827+
# USE_XCODE_CLANG: 1
828+
# NO_LLVM_ASSERTIONS: 1
829+
# NO_DEBUG_ASSERTIONS: 1
830+
# NO_OVERFLOW_CHECKS: 1
831+
# DIST_REQUIRE_ALL_TOOLS: 1
832+
# CODEGEN_BACKENDS: llvm,cranelift
833+
# <<: *job-macos-xl
834+
835+
- name: dist-apple-various-3
836+
env:
837+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
838+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
768839
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
769840
MACOSX_DEPLOYMENT_TARGET: 10.12
770-
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
771841
SELECT_XCODE: /Applications/Xcode_15.2.app
772842
USE_XCODE_CLANG: 1
773843
NO_LLVM_ASSERTIONS: 1
774844
NO_DEBUG_ASSERTIONS: 1
775845
NO_OVERFLOW_CHECKS: 1
776846
<<: *job-macos-xl
777847

778-
- name: dist-x86_64-apple-2
848+
# - name: x86_64-apple-3
849+
# env: &env-x86_64-apple-tests
850+
# SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
851+
# RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
852+
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
853+
# MACOSX_DEPLOYMENT_TARGET: 10.12
854+
# MACOSX_STD_DEPLOYMENT_TARGET: 10.12
855+
# SELECT_XCODE: /Applications/Xcode_15.2.app
856+
# USE_XCODE_CLANG: 1
857+
# NO_LLVM_ASSERTIONS: 1
858+
# NO_DEBUG_ASSERTIONS: 1
859+
# NO_OVERFLOW_CHECKS: 1
860+
# <<: *job-macos-xl
861+
862+
- name: dist-apple-various-4
779863
env:
780-
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
781-
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
864+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
865+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
782866
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
783867
MACOSX_DEPLOYMENT_TARGET: 10.12
784868
SELECT_XCODE: /Applications/Xcode_15.2.app
785869
USE_XCODE_CLANG: 1
786870
NO_LLVM_ASSERTIONS: 1
787871
NO_DEBUG_ASSERTIONS: 1
788872
NO_OVERFLOW_CHECKS: 1
789-
DIST_REQUIRE_ALL_TOOLS: 1
790-
CODEGEN_BACKENDS: llvm,cranelift
791873
<<: *job-macos-xl
792874

793-
- name: dist-apple-various-2
875+
- name: dist-apple-various-5
794876
env:
795877
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
796878
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
@@ -803,36 +885,33 @@ jobs:
803885
NO_OVERFLOW_CHECKS: 1
804886
<<: *job-macos-xl
805887

806-
- name: x86_64-apple-2
807-
env: &env-x86_64-apple-tests
808-
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
809-
RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
888+
- name: dist-apple-various-6
889+
env:
890+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
891+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
810892
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
811893
MACOSX_DEPLOYMENT_TARGET: 10.12
812-
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
813894
SELECT_XCODE: /Applications/Xcode_15.2.app
814895
USE_XCODE_CLANG: 1
815896
NO_LLVM_ASSERTIONS: 1
816897
NO_DEBUG_ASSERTIONS: 1
817898
NO_OVERFLOW_CHECKS: 1
818899
<<: *job-macos-xl
819900

820-
- name: dist-x86_64-apple-3
901+
- name: dist-apple-various-7
821902
env:
822-
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
823-
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
903+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
904+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
824905
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
825906
MACOSX_DEPLOYMENT_TARGET: 10.12
826907
SELECT_XCODE: /Applications/Xcode_15.2.app
827908
USE_XCODE_CLANG: 1
828909
NO_LLVM_ASSERTIONS: 1
829910
NO_DEBUG_ASSERTIONS: 1
830911
NO_OVERFLOW_CHECKS: 1
831-
DIST_REQUIRE_ALL_TOOLS: 1
832-
CODEGEN_BACKENDS: llvm,cranelift
833912
<<: *job-macos-xl
834913

835-
- name: dist-apple-various-3
914+
- name: dist-apple-various-8
836915
env:
837916
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
838917
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
@@ -845,20 +924,31 @@ jobs:
845924
NO_OVERFLOW_CHECKS: 1
846925
<<: *job-macos-xl
847926

848-
- name: x86_64-apple-3
849-
env: &env-x86_64-apple-tests
850-
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
851-
RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
927+
- name: dist-apple-various-9
928+
env:
929+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
930+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
852931
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
853932
MACOSX_DEPLOYMENT_TARGET: 10.12
854-
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
855933
SELECT_XCODE: /Applications/Xcode_15.2.app
856934
USE_XCODE_CLANG: 1
857935
NO_LLVM_ASSERTIONS: 1
858936
NO_DEBUG_ASSERTIONS: 1
859937
NO_OVERFLOW_CHECKS: 1
860938
<<: *job-macos-xl
861939

940+
- name: dist-apple-various-10
941+
env:
942+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
943+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
944+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
945+
MACOSX_DEPLOYMENT_TARGET: 10.12
946+
SELECT_XCODE: /Applications/Xcode_15.2.app
947+
USE_XCODE_CLANG: 1
948+
NO_LLVM_ASSERTIONS: 1
949+
NO_DEBUG_ASSERTIONS: 1
950+
NO_OVERFLOW_CHECKS: 1
951+
<<: *job-macos-xl
862952

863953
master:
864954
name: master

0 commit comments

Comments
 (0)