File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ jobs:
583
583
- name : dist-x86_64-apple
584
584
env :
585
585
SCRIPT : " ./x.py dist"
586
- RUST_CONFIGURE_ARGS : " --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc"
586
+ RUST_CONFIGURE_ARGS : " --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false "
587
587
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
588
588
MACOSX_DEPLOYMENT_TARGET : 10.7
589
589
NO_LLVM_ASSERTIONS : 1
@@ -593,7 +593,7 @@ jobs:
593
593
- name : dist-x86_64-apple-alt
594
594
env :
595
595
SCRIPT : " ./x.py dist"
596
- RUST_CONFIGURE_ARGS : " --enable-extended --enable-profiler --set rust.jemalloc"
596
+ RUST_CONFIGURE_ARGS : " --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false "
597
597
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
598
598
MACOSX_DEPLOYMENT_TARGET : 10.7
599
599
NO_LLVM_ASSERTIONS : 1
@@ -602,7 +602,7 @@ jobs:
602
602
- name : x86_64-apple
603
603
env :
604
604
SCRIPT : " ./x.py --stage 2 test"
605
- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
605
+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false "
606
606
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
607
607
MACOSX_DEPLOYMENT_TARGET : 10.8
608
608
MACOSX_STD_DEPLOYMENT_TARGET : 10.7
Original file line number Diff line number Diff line change 37
37
# version that we're using, 8.2, cannot compile LLVM for OSX 10.7.
38
38
x86_64-apple :
39
39
SCRIPT : ./x.py --stage 2 test
40
- INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
40
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
41
41
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
42
42
MACOSX_DEPLOYMENT_TARGET : 10.8
43
43
MACOSX_STD_DEPLOYMENT_TARGET : 10.7
46
46
47
47
dist-x86_64-apple :
48
48
SCRIPT : ./x.py dist
49
- INITIAL_RUST_CONFIGURE_ARGS : --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
49
+ INITIAL_RUST_CONFIGURE_ARGS : --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
50
50
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
51
51
MACOSX_DEPLOYMENT_TARGET : 10.7
52
52
NO_LLVM_ASSERTIONS : 1
55
55
56
56
dist-x86_64-apple-alt :
57
57
SCRIPT : ./x.py dist
58
- INITIAL_RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc
58
+ INITIAL_RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false
59
59
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
60
60
MACOSX_DEPLOYMENT_TARGET : 10.7
61
61
NO_LLVM_ASSERTIONS : 1
Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ jobs:
603
603
- name : dist-x86_64-apple
604
604
env :
605
605
SCRIPT : ./x.py dist
606
- RUST_CONFIGURE_ARGS : --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
606
+ RUST_CONFIGURE_ARGS : --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
607
607
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
608
608
MACOSX_DEPLOYMENT_TARGET : 10.7
609
609
NO_LLVM_ASSERTIONS : 1
@@ -614,7 +614,7 @@ jobs:
614
614
- name : dist-x86_64-apple-alt
615
615
env :
616
616
SCRIPT : ./x.py dist
617
- RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc
617
+ RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false
618
618
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
619
619
MACOSX_DEPLOYMENT_TARGET : 10.7
620
620
NO_LLVM_ASSERTIONS : 1
@@ -624,7 +624,7 @@ jobs:
624
624
- name : x86_64-apple
625
625
env :
626
626
SCRIPT : ./x.py --stage 2 test
627
- RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
627
+ RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
628
628
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
629
629
MACOSX_DEPLOYMENT_TARGET : 10.8
630
630
MACOSX_STD_DEPLOYMENT_TARGET : 10.7
You can’t perform that action at this time.
0 commit comments