Skip to content

Commit

Permalink
Stop building and testing with MIPS on Linux
Browse files Browse the repository at this point in the history
All MIPS targets have been demoted to tier 3 support by the Rust compiler.
  • Loading branch information
autarch committed Nov 4, 2023
1 parent 453ed69 commit f6f0053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f6f0053

Please sign in to comment.