summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2023-06-19 00:02:45 +0200
committerJakub Beránek <berykubik@gmail.com>2023-06-19 10:15:03 +0200
commit1dba9721fc66fa80df152171e3e05afde4786d8c (patch)
tree0d91ce19bf13042396fae498deef01b3fcb7f363 /src/ci/github-actions
parentf90d57d06ebc7f250b60b9cab583f111d9a5fb9d (diff)
downloadrust-1dba9721fc66fa80df152171e3e05afde4786d8c.tar.gz
rust-1dba9721fc66fa80df152171e3e05afde4786d8c.zip
CI: merge x86_64-gnu-llvm-14 and x86_64-gnu-llvm-14-stage1 CI jobs
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index efffc382242..e9ab02abd04 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -313,6 +313,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:
@@ -489,11 +490,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