Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7bc2f5e

Browse files
committed
Turn ninja back on
1 parent 562f9a6 commit 7bc2f5e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ jobs:
454454
- name: dist-x86_64-apple
455455
env:
456456
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 llvm.ninja=false --set rust.jemalloc --set rust.lto=thin"
457+
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
458458
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
459459
MACOSX_DEPLOYMENT_TARGET: 10.12
460460
SELECT_XCODE: /Applications/Xcode_14.3.1.app
@@ -467,7 +467,7 @@ jobs:
467467
- name: dist-apple-various
468468
env:
469469
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
470-
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
470+
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc"
471471
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
472472
MACOSX_DEPLOYMENT_TARGET: 10.12
473473
SELECT_XCODE: /Applications/Xcode_14.3.1.app
@@ -478,7 +478,7 @@ jobs:
478478
- name: x86_64-apple-1
479479
env:
480480
SCRIPT: "./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
481-
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
481+
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
482482
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
483483
MACOSX_DEPLOYMENT_TARGET: 10.12
484484
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
@@ -490,7 +490,7 @@ jobs:
490490
- name: x86_64-apple-2
491491
env:
492492
SCRIPT: "./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
493-
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
493+
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
494494
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
495495
MACOSX_DEPLOYMENT_TARGET: 10.12
496496
MACOSX_STD_DEPLOYMENT_TARGET: 10.12

src/ci/github-actions/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ jobs:
736736
- name: dist-x86_64-apple
737737
env:
738738
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 llvm.ninja=false --set rust.jemalloc --set rust.lto=thin
739+
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
740740
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
741741
MACOSX_DEPLOYMENT_TARGET: 10.12
742742
SELECT_XCODE: /Applications/Xcode_14.3.1.app
@@ -750,7 +750,7 @@ jobs:
750750
- name: dist-apple-various
751751
env:
752752
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
753-
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc
753+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
754754
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
755755
MACOSX_DEPLOYMENT_TARGET: 10.12
756756
SELECT_XCODE: /Applications/Xcode_14.3.1.app
@@ -762,7 +762,7 @@ jobs:
762762
- name: x86_64-apple-1
763763
env: &env-x86_64-apple-tests
764764
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
765-
RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc
765+
RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
766766
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
767767
MACOSX_DEPLOYMENT_TARGET: 10.12
768768
MACOSX_STD_DEPLOYMENT_TARGET: 10.12

0 commit comments

Comments
 (0)