Skip to content

Commit cbbeb85

Browse files
committed
ci: drop MIPS targets from cross-check
Currently, Tokio runs cross-compilation checks for the `mips-unknown-linux-gnu` and `mipsel-unknown-linux-musl` target triples. However, Rust has recently demoted these targets from Tier 2 support to Tier 3 (see rust-lang/compiler-team#648). Therefore, MIPS toolchains may not always be available, even in stable releases. This is currently [breaking our CI builds][1], as Rust 1.72.0 does not contain a standard library for `mips-unknown-linux-gnu`. This branch removes these builds from the cross-compilation check's build matrix. Tokio may still build successfully for MIPS targets, but we can't easily guarantee support when the stable Rust release train may or may not be able to build for MIPS targets. [1]: https://github.com/tokio-rs/tokio/actions/runs/5970263562/job/16197657405?pr=5947#step:3:80
1 parent 59c9364 commit cbbeb85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,7 @@ jobs:
411411
target:
412412
- powerpc-unknown-linux-gnu
413413
- powerpc64-unknown-linux-gnu
414-
- mips-unknown-linux-gnu
415414
- arm-linux-androideabi
416-
- mipsel-unknown-linux-musl
417415
steps:
418416
- uses: actions/checkout@v3
419417
- name: Install Rust ${{ env.rust_stable }}

0 commit comments

Comments
 (0)