From a5b5275f0f899e7906f5f02c2842d0e65379b75b Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 3 Sep 2023 16:04:59 -0700 Subject: [PATCH] CI: (Temporarily?) remove mipsel-unknown-linux-gnu from build matrix. The CI jobs for this target are failing with this error: ``` error: component 'rust-std' for target 'mipsel-unknown-linux-gnu' is unavailable for download for channel 'nightly' ``` Remove the target while we investigate. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89c9773de9..3edeb5e1b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,6 @@ jobs: - i686-pc-windows-msvc - i686-unknown-linux-gnu - i686-unknown-linux-musl - - mipsel-unknown-linux-gnu - x86_64-pc-windows-gnu - x86_64-pc-windows-msvc - x86_64-apple-darwin @@ -247,9 +246,6 @@ jobs: - target: i686-unknown-linux-musl host_os: ubuntu-22.04 - - target: mipsel-unknown-linux-gnu - host_os: ubuntu-22.04 - - target: x86_64-pc-windows-gnu host_os: windows-latest