Skip to content

Commit

Permalink
Auto merge of rust-lang#113274 - workingjubilee:demote-mips, r=jyn514
Browse files Browse the repository at this point in the history
Remove `mips*-unknown-linux-gnu*` builders

Pursuant to the current consensus in rust-lang/compiler-team#648
  • Loading branch information
bors committed Jul 4, 2023
2 parents 4dbc7e3 + 634f952 commit 9e4e584
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,18 +211,6 @@ jobs:
- name: dist-loongarch64-linux
os: ubuntu-20.04-8core-32gb
env: {}
- name: dist-mips-linux
os: ubuntu-20.04-8core-32gb
env: {}
- name: dist-mips64-linux
os: ubuntu-20.04-8core-32gb
env: {}
- name: dist-mips64el-linux
os: ubuntu-20.04-8core-32gb
env: {}
- name: dist-mipsel-linux
os: ubuntu-20.04-8core-32gb
env: {}
- name: dist-powerpc-linux
os: ubuntu-20.04-8core-32gb
env: {}
Expand Down
12 changes: 0 additions & 12 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,18 +374,6 @@ jobs:
- name: dist-loongarch64-linux
<<: *job-linux-8c

- name: dist-mips-linux
<<: *job-linux-8c

- name: dist-mips64-linux
<<: *job-linux-8c

- name: dist-mips64el-linux
<<: *job-linux-8c

- name: dist-mipsel-linux
<<: *job-linux-8c

- name: dist-powerpc-linux
<<: *job-linux-8c

Expand Down

0 comments on commit 9e4e584

Please sign in to comment.