File tree 3 files changed +3
-3
lines changed
docker/host-x86_64/dist-x86_64-linux
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,6 @@ jobs:
529
529
try :
530
530
name : " try - ${{ matrix.name }}"
531
531
env :
532
- DIST_TRY_BUILD : 1
533
532
CI_JOB_NAME : " ${{ matrix.name }}"
534
533
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
535
534
HEAD_SHA : " ${{ github.event.pull_request.head.sha || github.sha }}"
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ ENV RUST_CONFIGURE_ARGS \
84
84
--set llvm.ninja=false \
85
85
--set rust.jemalloc \
86
86
--set rust.use-lld=true \
87
- --set rust.lto=thin
87
+ --set rust.lto=thin \
88
+ --set rust.codegen-units=1
88
89
89
90
ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
90
91
./build/$HOSTS/stage0-tools-bin/opt-dist python3 ../x.py dist \
Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ jobs:
689
689
<< : *base-ci-job
690
690
name : try - ${{ matrix.name }}
691
691
env :
692
- DIST_TRY_BUILD : 1
692
+ # DIST_TRY_BUILD: 1
693
693
<< : [*shared-ci-variables, *prod-variables]
694
694
if : github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'
695
695
strategy :
You can’t perform that action at this time.
0 commit comments