Skip to content

Commit

Permalink
tmp: deactivate linux PR builders
Browse files Browse the repository at this point in the history
No need to waste resources building the PR on linux, when only the osx
builder will be tested.
  • Loading branch information
lqd committed Mar 7, 2023
1 parent cf6c1f9 commit a6f38a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 39 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,6 @@ jobs:
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
CACHE_DOMAIN: ci-caches.rust-lang.org
if: "github.event_name == 'pull_request'"
continue-on-error: "${{ matrix.tidy }}"
strategy:
matrix:
include:
- name: mingw-check
tidy: false
os: ubuntu-20.04-xl
env: {}
- name: mingw-check-tidy
tidy: true
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-llvm-14
tidy: false
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-tools
tidy: false
os: ubuntu-20.04-xl
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down
38 changes: 19 additions & 19 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,25 +288,25 @@ jobs:
env:
<<: [*shared-ci-variables, *public-variables]
if: github.event_name == 'pull_request'
continue-on-error: ${{ matrix.tidy }}
strategy:
matrix:
include:
- name: mingw-check
<<: *job-linux-xl
tidy: false

- name: mingw-check-tidy
<<: *job-linux-xl
tidy: true

- name: x86_64-gnu-llvm-14
<<: *job-linux-xl
tidy: false

- name: x86_64-gnu-tools
<<: *job-linux-xl
tidy: false
# continue-on-error: ${{ matrix.tidy }}
# strategy:
# matrix:
# include:
# - name: mingw-check
# <<: *job-linux-xl
# tidy: false

# - name: mingw-check-tidy
# <<: *job-linux-xl
# tidy: true

# - name: x86_64-gnu-llvm-14
# <<: *job-linux-xl
# tidy: false

# - name: x86_64-gnu-tools
# <<: *job-linux-xl
# tidy: false

auto:
permissions:
Expand Down

0 comments on commit a6f38a9

Please sign in to comment.