Skip to content

Commit a348b00

Browse files
committed
[tmp] act like non-try build
Signed-off-by: onur-ozkan <[email protected]>
1 parent 5188964 commit a348b00

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ jobs:
543543
try:
544544
name: "try - ${{ matrix.name }}"
545545
env:
546-
DIST_TRY_BUILD: 1
547546
CI_JOB_NAME: "${{ matrix.name }}"
548547
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
549548
HEAD_SHA: "${{ github.event.pull_request.head.sha || github.sha }}"

src/ci/github-actions/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,6 @@ jobs:
700700
<<: *base-ci-job
701701
name: try - ${{ matrix.name }}
702702
env:
703-
DIST_TRY_BUILD: 1
704703
<<: [*shared-ci-variables, *prod-variables]
705704
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'))
706705
strategy:

0 commit comments

Comments
 (0)