Skip to content

Commit

Permalink
ci: Unpin nightly toolchain for MIPS64r6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 23, 2023
1 parent 654b0b6 commit 899352a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ jobs:
target: mips64-unknown-linux-gnuabi64
- rust: nightly
target: mips64el-unknown-linux-gnuabi64
- rust: nightly-2023-07-18 # TODO: https://github.com/rust-lang/rust/pull/112374 broke build-std due to https://github.com/rust-lang/libc/pull/3268 is not released yet
- rust: nightly-2023-07-18 # TODO: hang with LLVM 17
target: mipsisa32r6-unknown-linux-gnu
- rust: nightly-2023-07-18 # TODO: https://github.com/rust-lang/rust/pull/112374 broke build-std due to https://github.com/rust-lang/libc/pull/3268 is not released yet
- rust: nightly-2023-07-18 # TODO: hang with LLVM 17
target: mipsisa32r6el-unknown-linux-gnu
- rust: nightly-2023-07-18 # TODO: https://github.com/rust-lang/rust/pull/112374 broke build-std due to https://github.com/rust-lang/libc/pull/3268 is not released yet
- rust: nightly
target: mipsisa64r6-unknown-linux-gnuabi64
- rust: nightly-2023-07-18 # TODO: https://github.com/rust-lang/rust/pull/112374 broke build-std due to https://github.com/rust-lang/libc/pull/3268 is not released yet
- rust: nightly
target: mipsisa64r6el-unknown-linux-gnuabi64
- rust: nightly
target: powerpc-unknown-linux-gnu
Expand Down

0 comments on commit 899352a

Please sign in to comment.