Skip to content

Commit

Permalink
CI: (Temporarily?) remove mipsel-unknown-linux-gnu from build matrix.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
briansmith committed Sep 3, 2023
1 parent 5d8bdb6 commit a5b5275
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a5b5275

Please sign in to comment.