Skip to content

Commit a6f38a9

Browse files
committed
tmp: deactivate linux PR builders
No need to waste resources building the PR on linux, when only the osx builder will be tested.
1 parent cf6c1f9 commit a6f38a9

File tree

2 files changed

+19
-39
lines changed

2 files changed

+19
-39
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,6 @@ jobs:
4242
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
4343
CACHE_DOMAIN: ci-caches.rust-lang.org
4444
if: "github.event_name == 'pull_request'"
45-
continue-on-error: "${{ matrix.tidy }}"
46-
strategy:
47-
matrix:
48-
include:
49-
- name: mingw-check
50-
tidy: false
51-
os: ubuntu-20.04-xl
52-
env: {}
53-
- name: mingw-check-tidy
54-
tidy: true
55-
os: ubuntu-20.04-xl
56-
env: {}
57-
- name: x86_64-gnu-llvm-14
58-
tidy: false
59-
os: ubuntu-20.04-xl
60-
env: {}
61-
- name: x86_64-gnu-tools
62-
tidy: false
63-
os: ubuntu-20.04-xl
64-
env: {}
6545
timeout-minutes: 600
6646
runs-on: "${{ matrix.os }}"
6747
steps:

src/ci/github-actions/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -288,25 +288,25 @@ jobs:
288288
env:
289289
<<: [*shared-ci-variables, *public-variables]
290290
if: github.event_name == 'pull_request'
291-
continue-on-error: ${{ matrix.tidy }}
292-
strategy:
293-
matrix:
294-
include:
295-
- name: mingw-check
296-
<<: *job-linux-xl
297-
tidy: false
298-
299-
- name: mingw-check-tidy
300-
<<: *job-linux-xl
301-
tidy: true
302-
303-
- name: x86_64-gnu-llvm-14
304-
<<: *job-linux-xl
305-
tidy: false
306-
307-
- name: x86_64-gnu-tools
308-
<<: *job-linux-xl
309-
tidy: false
291+
# continue-on-error: ${{ matrix.tidy }}
292+
# strategy:
293+
# matrix:
294+
# include:
295+
# - name: mingw-check
296+
# <<: *job-linux-xl
297+
# tidy: false
298+
299+
# - name: mingw-check-tidy
300+
# <<: *job-linux-xl
301+
# tidy: true
302+
303+
# - name: x86_64-gnu-llvm-14
304+
# <<: *job-linux-xl
305+
# tidy: false
306+
307+
# - name: x86_64-gnu-tools
308+
# <<: *job-linux-xl
309+
# tidy: false
310310

311311
auto:
312312
permissions:

0 commit comments

Comments
 (0)