File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,6 @@ jobs:
543
543
try :
544
544
name : " try - ${{ matrix.name }}"
545
545
env :
546
- DIST_TRY_BUILD : 1
547
546
CI_JOB_NAME : " ${{ matrix.name }}"
548
547
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
549
548
HEAD_SHA : " ${{ github.event.pull_request.head.sha || github.sha }}"
Original file line number Diff line number Diff line change @@ -700,7 +700,6 @@ jobs:
700
700
<< : *base-ci-job
701
701
name : try - ${{ matrix.name }}
702
702
env :
703
- DIST_TRY_BUILD : 1
704
703
<< : [*shared-ci-variables, *prod-variables]
705
704
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'))
706
705
strategy :
You can’t perform that action at this time.
0 commit comments