File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,6 @@ jobs:
527
527
try :
528
528
name : " try - ${{ matrix.name }}"
529
529
env :
530
- DIST_TRY_BUILD : 1
531
530
CI_JOB_NAME : " ${{ matrix.name }}"
532
531
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
533
532
HEAD_SHA : " ${{ github.event.pull_request.head.sha || github.sha }}"
Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ jobs:
687
687
<< : *base-ci-job
688
688
name : try - ${{ matrix.name }}
689
689
env :
690
- DIST_TRY_BUILD : 1
690
+ # DIST_TRY_BUILD: 1
691
691
<< : [*shared-ci-variables, *prod-variables]
692
692
if : github.event_name == 'push' && (((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust') || ((github.ref == 'refs/heads/automation/bors/try') && github.repository == 'rust-lang/rust'))
693
693
strategy :
You can’t perform that action at this time.
0 commit comments