Skip to content

Commit 3b213da

Browse files
committed
ci: Pin MIPS test to nightly-2023-07-04
``` error: Undefined temporary symbol $BB161_17 error: could not compile `rustc-demangle` (lib) due to previous error ```
1 parent c3e586e commit 3b213da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
target: i686-unknown-linux-gnu
104104
- rust: nightly
105105
target: i686-unknown-linux-gnu
106-
- rust: nightly
106+
- rust: nightly-2023-07-04 # TODO: LLVM bug: Undefined temporary symbol error when building std.
107107
target: mips-unknown-linux-gnu
108108
- rust: nightly-2021-12-16 # Rust 1.59, LLVM 13 (oldest version we can use asm_experimental_arch on this target)
109109
target: mips-unknown-linux-gnu
110-
- rust: nightly
110+
- rust: nightly-2023-07-04 # TODO: LLVM bug: Undefined temporary symbol error when building std.
111111
target: mipsel-unknown-linux-gnu
112112
- rust: nightly-2021-12-16 # Rust 1.59, LLVM 13 (oldest version we can use asm_experimental_arch on this target)
113113
target: mipsel-unknown-linux-gnu

0 commit comments

Comments
 (0)