Skip to content

Commit

Permalink
ci: Unpin nightly toolchain for MIPS32r6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 7, 2024
1 parent 52fa1c4 commit 7e70c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ jobs:
target: mips64-unknown-linux-gnuabi64
- rust: nightly
target: mips64el-unknown-linux-gnuabi64
- rust: nightly-2023-07-18 # TODO: hang with LLVM 17
- rust: nightly
target: mipsisa32r6-unknown-linux-gnu
- rust: nightly-2023-07-18 # TODO: hang with LLVM 17
- rust: nightly
target: mipsisa32r6el-unknown-linux-gnu
- rust: nightly
target: mipsisa64r6-unknown-linux-gnuabi64
Expand Down

0 comments on commit 7e70c47

Please sign in to comment.