File tree 4 files changed +666
-3
lines changed
docker/host-x86_64/dist-x86_64-linux
4 files changed +666
-3
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ jobs:
439
439
- name : dist-x86_64-msvc
440
440
env :
441
441
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler --set rust.lto=thin"
442
- SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
442
+ SCRIPT : PGO_HOST=x86_64-pc-windows-msvc python src/ci/stage-build.py python x.py dist bootstrap --include-default-paths
443
443
DIST_REQUIRE_ALL_TOOLS : 1
444
444
os : windows-latest-xl
445
445
- name : dist-i686-msvc
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ ENV RUST_CONFIGURE_ARGS \
81
81
--set rust.jemalloc \
82
82
--set rust.use-lld=true \
83
83
--set rust.lto=thin
84
- ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \
84
+ ENV SCRIPT python3 ../src/ci/stage-build.py python3 ../x.py dist \
85
85
--host $HOSTS --target $HOSTS \
86
86
--include-default-paths \
87
87
build-manifest bootstrap
Original file line number Diff line number Diff line change @@ -676,7 +676,7 @@ jobs:
676
676
--enable-full-tools
677
677
--enable-profiler
678
678
--set rust.lto=thin
679
- SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
679
+ SCRIPT : PGO_HOST=x86_64-pc-windows-msvc python src/ci/stage-build.py python x.py dist bootstrap --include-default-paths
680
680
DIST_REQUIRE_ALL_TOOLS : 1
681
681
<< : *job-windows-xl
682
682
You can’t perform that action at this time.
0 commit comments