Skip to content

Commit c90fe7a

Browse files
committed
ci: Pin no-std test to nightly-2023-08-05
rust-lang/rust#98333 broke RISC-V targets without A-extension. This will be fixed by rust-lang/rust#114497 or rust-lang/rust#114499. ``` = note: rust-lld: error: undefined symbol: __atomic_load_4 >>> referenced by mod.rs:1242 (/rustc/eb088b8b9d98f1af1b0e61bbdcd8686e1b0db7b6/library/core/src/num/mod.rs:1242) >>> compiler_builtins-d066fd6ed508b6b5.compiler_builtins.b1b28d926042a9f7-cgu.004.rcgu.o:(compiler_builtins::mem::memcpy::he6d5500b219c1d3d) in archive /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/riscv32i-unknown-none-elf/lib/libcompiler_builtins-d066fd6ed508b6b5.rlib ```
1 parent 5c31980 commit c90fe7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ jobs:
312312
rust:
313313
- '1.64'
314314
- stable
315-
- nightly
315+
# TODO: https://github.com/rust-lang/rust/pull/98333 broke RISC-V targets without A-extension.
316+
- nightly-2023-08-05
316317
runs-on: ubuntu-latest
317318
timeout-minutes: 60
318319
steps:

0 commit comments

Comments
 (0)