diff options
| author | bors <bors@rust-lang.org> | 2023-07-06 16:14:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-06 16:14:50 +0000 |
| commit | 87c8c83ec73eb0dd42e255f82813afa3dde24a57 (patch) | |
| tree | c1642c4d2fd8bae35a0df7849d74bb33dffcb754 /src/ci/github-actions | |
| parent | c4c84df3b34a84506e16093fb4b9ac5cac1ee75a (diff) | |
| parent | 0c147d5345532d32db040b67669975905e9e6fb9 (diff) | |
| download | rust-87c8c83ec73eb0dd42e255f82813afa3dde24a57.tar.gz rust-87c8c83ec73eb0dd42e255f82813afa3dde24a57.zip | |
Auto merge of #112779 - Kobzol:ci-merge-llvm-14, r=pietroalbini
CI: merge x86_64-gnu-llvm-14 and x86_64-gnu-llvm-14-stage1 CI jobs Another attempt to shorten CI job times. Suggested by `@the8472` [here](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/CI.20usage/near/367172221).
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index df9b242a47b..520e5d422b1 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -311,6 +311,7 @@ jobs: name: PR - ${{ matrix.name }} env: <<: [*shared-ci-variables, *public-variables] + PR_CI_JOB: 1 if: github.event_name == 'pull_request' continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }} strategy: @@ -473,11 +474,6 @@ jobs: RUST_BACKTRACE: 1 <<: *job-linux-8c - - name: x86_64-gnu-llvm-14-stage1 - env: - RUST_BACKTRACE: 1 - <<: *job-linux-8c - - name: x86_64-gnu-nopt <<: *job-linux-4c |
