File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ jobs:
313
313
os : ubuntu-20.04-xl
314
314
- name : dist-x86_64-apple
315
315
env :
316
- SCRIPT : " ./ x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
316
+ SCRIPT : PGO_HOST=x86_64-apple-darwin python3 src/ci/stage-build.py python3 x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
317
317
RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin"
318
318
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
319
319
MACOSX_DEPLOYMENT_TARGET : 10.7
Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ jobs:
478
478
479
479
- name : dist-x86_64-apple
480
480
env :
481
- SCRIPT : ./ x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
481
+ SCRIPT : PGO_HOST=x86_64-apple-darwin python3 src/ci/stage-build.py python3 x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
482
482
RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin
483
483
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
484
484
MACOSX_DEPLOYMENT_TARGET : 10.7
You can’t perform that action at this time.
0 commit comments