File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,6 @@ jobs:
592592 try :
593593 name : " try - ${{ matrix.name }}"
594594 env :
595- DIST_TRY_BUILD : 1
596595 CI_JOB_NAME : " ${{ matrix.name }}"
597596 CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
598597 HEAD_SHA : " ${{ github.event.pull_request.head.sha || github.sha }}"
Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ jobs:
753753 << : *base-ci-job
754754 name : try - ${{ matrix.name }}
755755 env :
756- DIST_TRY_BUILD : 1
756+ # DIST_TRY_BUILD: 1
757757 << : [*shared-ci-variables, *prod-variables]
758758 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'))
759759 strategy :
You can’t perform that action at this time.
0 commit comments