diff options
| author | bors <bors@rust-lang.org> | 2023-07-04 19:17:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-04 19:17:05 +0000 |
| commit | 9e4e58470520c72b4aecc81f54cf260fdf337176 (patch) | |
| tree | c07a40d137117f506bcd9a9d92b9e589c61434cf | |
| parent | 4dbc7e3092fce6f3d5712733e5206226183dbe1e (diff) | |
| parent | 634f95295f5e977380a520b6651e74192755654c (diff) | |
| download | rust-9e4e58470520c72b4aecc81f54cf260fdf337176.tar.gz rust-9e4e58470520c72b4aecc81f54cf260fdf337176.zip | |
Auto merge of #113274 - workingjubilee:demote-mips, r=jyn514
Remove `mips*-unknown-linux-gnu*` builders Pursuant to the current consensus in https://github.com/rust-lang/compiler-team/issues/648
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | src/ci/github-actions/ci.yml | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff62e1ded61..d924aafaff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: {} diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index cb12042c117..df9b242a47b 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -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 |
