Skip to content

Commit

Permalink
ci: Pin MIPS test to nightly-2023-07-04
Browse files Browse the repository at this point in the history
```
error: Undefined temporary symbol $BB161_17

error: could not compile `rustc-demangle` (lib) due to previous error
```
  • Loading branch information
taiki-e committed Jul 7, 2023
1 parent 3622664 commit a8c51ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ jobs:
- rust: nightly
target: i686-pc-windows-msvc
os: windows-latest
- rust: nightly
- rust: nightly-2023-07-04 # TODO: LLVM bug: Undefined temporary symbol error when building std.
target: mips-unknown-linux-gnu
- rust: nightly-2023-07-04 # TODO: LLVM bug: Undefined temporary symbol error when building std.
target: mipsel-unknown-linux-gnu
- rust: nightly
target: mips64-unknown-linux-gnuabi64
- rust: nightly
target: mips64el-unknown-linux-gnuabi64
- rust: nightly
target: mipsel-unknown-linux-gnu
- rust: nightly
target: powerpc-unknown-linux-gnu
- rust: nightly
Expand Down

0 comments on commit a8c51ba

Please sign in to comment.