Skip to content

Commit b9cf920

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 uint_macros.rs:1230 (/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/uint_macros.rs:1230) >>> compiler_builtins-a15f77f0f647aa99.compiler_builtins.eedcbccd0d1b9b88-cgu.1.rcgu.o:(compiler_builtins::mem::memcpy::hedd00e0c59d2a943) in archive /home/runner/work/portable-atomic/portable-atomic/target/riscv32im-unknown-none-elf/debug/deps/libcompiler_builtins-a15f77f0f647aa99.rlib ```
1 parent 870c1c8 commit b9cf920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ jobs:
376376
rust:
377377
- '1.64'
378378
- stable
379-
- nightly
379+
# TODO: https://github.com/rust-lang/rust/pull/98333 broke RISC-V targets without A-extension.
380+
- nightly-2023-08-05
380381
runs-on: ubuntu-latest
381382
timeout-minutes: 60
382383
steps:

0 commit comments

Comments
 (0)