From f6f005368728e33b286ac14b87eb8d8751786c65 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 4 Nov 2023 11:35:01 -0500 Subject: [PATCH] Stop building and testing with MIPS on Linux All MIPS targets have been demoted to tier 3 support by the Rust compiler. --- .github/workflows/ci.yml | 22 ---------------------- Changes.md | 5 +++++ 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3f096..dcea533 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,28 +44,6 @@ jobs: bin: ubi name: ubi-Linux-i686-musl.tar.gz skip_tests: true - - os_name: Linux-mips - os: ubuntu-20.04 - target: mips-unknown-linux-musl - bin: ubi - name: ubi-Linux-mips.tar.gz - - os_name: Linux-mipsel - os: ubuntu-20.04 - target: mipsel-unknown-linux-musl - bin: ubi - name: ubi-Linux-mipsel.tar.gz - - os_name: Linux-mips64 - os: ubuntu-20.04 - target: mips64-unknown-linux-muslabi64 - bin: ubi - name: ubi-Linux-mips64.tar.gz - skip_tests: true - - os_name: Linux-mips64el - os: ubuntu-20.04 - target: mips64el-unknown-linux-muslabi64 - bin: ubi - name: ubi-Linux-mips64el.tar.gz - skip_tests: true - os_name: Linux-powerpc os: ubuntu-20.04 target: powerpc-unknown-linux-gnu diff --git a/Changes.md b/Changes.md index 5a5deca..b77c689 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,8 @@ +## + +- As of this release there are no longer binaries built for MIPS on Linux. These targets have been + demoted to tier 3 support by the Rust compiler. + ## 0.0.28 - 2023-09-09 - Fixed a bug with tarballs that use the GNU sparse format. Such tarballs were not extracted