From 899352aa7d3ce725e9d5ff23bd80e07050b28646 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 23 Sep 2023 14:19:51 +0900 Subject: [PATCH] ci: Unpin nightly toolchain for MIPS64r6 test --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c664a90..4bec9fdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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