Skip to content

Commit 43f592f

Browse files
Regular try builds
1 parent 183379c commit 43f592f

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
@@ -530,7 +530,6 @@ jobs:
530530
try:
531531
name: "try - ${{ matrix.name }}"
532532
env:
533-
DIST_TRY_BUILD: 1
534533
CI_JOB_NAME: "${{ matrix.name }}"
535534
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
536535
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'
706705
strategy:

0 commit comments

Comments
 (0)