Skip to content

Commit

Permalink
ci: Pin no-std test to nightly-2023-08-05
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
taiki-e committed Aug 6, 2023
1 parent 30a8bb5 commit 472e58a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,12 @@ jobs:
- rust: '1.64'
- rust: stable
- rust: beta
- rust: nightly
# TODO: https://github.com/rust-lang/rust/pull/98333 broke RISC-V targets without A-extension.
- rust: nightly-2023-08-05
# The behavior of semihosting somewhat depends on the behavior of the host system.
- rust: nightly
- rust: nightly-2023-08-05
os: macos-latest
- rust: nightly
- rust: nightly-2023-08-05
os: windows-latest
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
timeout-minutes: 60
Expand Down

0 comments on commit 472e58a

Please sign in to comment.