diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2023-07-07 03:32:29 -0700 |
|---|---|---|
| committer | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2023-07-07 03:47:53 -0700 |
| commit | f2f9bd7eb178bb19ba2f935903cf4de95b3952f5 (patch) | |
| tree | 27d49d0efbeebea3e5c42f982167733e4a7e3818 | |
| parent | 2b55e03436d58d0335baaa2ec344914ecc49e0df (diff) | |
| download | rust-f2f9bd7eb178bb19ba2f935903cf4de95b3952f5.tar.gz rust-f2f9bd7eb178bb19ba2f935903cf4de95b3952f5.zip | |
Disable MIPS jobs in CI
| -rw-r--r-- | .github/workflows/ci.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acd47a3da72..1ff377fce34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,9 @@ jobs: - i586-unknown-linux-gnu - aarch64-unknown-linux-gnu - armv7-unknown-linux-gnueabihf - - mips-unknown-linux-gnu - - mips64-unknown-linux-gnuabi64 + # non-nightly since https://github.com/rust-lang/rust/pull/113274 + # - mips-unknown-linux-gnu + # - mips64-unknown-linux-gnuabi64 - powerpc-unknown-linux-gnu - powerpc64-unknown-linux-gnu - riscv64gc-unknown-linux-gnu @@ -191,8 +192,8 @@ jobs: # Note: The issue above means neither of these mips targets will use # MSA (mips simd) but MIPS uses a nonstandard binary representation # for NaNs which makes it worth testing on despite that. - - mips-unknown-linux-gnu - - mips64-unknown-linux-gnuabi64 + # - mips-unknown-linux-gnu + # - mips64-unknown-linux-gnuabi64 - riscv64gc-unknown-linux-gnu # TODO this test works, but it appears to time out # - powerpc-unknown-linux-gnu |
