File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ jobs:
103
103
target : i686-unknown-linux-gnu
104
104
- rust : nightly
105
105
target : i686-unknown-linux-gnu
106
- - rust : nightly
106
+ - rust : nightly-2023-07-04 # TODO: LLVM bug: Undefined temporary symbol error when building std.
107
107
target : mips-unknown-linux-gnu
108
108
- rust : nightly-2021-12-16 # Rust 1.59, LLVM 13 (oldest version we can use asm_experimental_arch on this target)
109
109
target : mips-unknown-linux-gnu
110
- - rust : nightly
110
+ - rust : nightly-2023-07-04 # TODO: LLVM bug: Undefined temporary symbol error when building std.
111
111
target : mipsel-unknown-linux-gnu
112
112
- rust : nightly-2021-12-16 # Rust 1.59, LLVM 13 (oldest version we can use asm_experimental_arch on this target)
113
113
target : mipsel-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments