Skip to content

Commit

Permalink
ci: Pin nightly toolchain for aarch64/riscv64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 25, 2024
1 parent eeb1e32 commit 5f75e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
target: aarch64-unknown-linux-gnu
- rust: stable
target: aarch64-unknown-linux-gnu
- rust: nightly
- rust: nightly-2024-07-31 # LLVM 19 bug: https://github.com/rust-lang/rust/issues/129585
target: aarch64-unknown-linux-gnu
- rust: nightly
target: aarch64-unknown-linux-gnu
flags: -Z codegen-backend=cranelift
- rust: nightly
- rust: nightly-2024-07-31 # LLVM 19 bug: https://github.com/rust-lang/rust/issues/129585
target: aarch64_be-unknown-linux-gnu
- rust: nightly-2021-12-16 # Rust 1.59, LLVM 13 (oldest version we can use stable asm on this target)
target: aarch64_be-unknown-linux-gnu
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
target: riscv64gc-unknown-linux-gnu
- rust: stable
target: riscv64gc-unknown-linux-gnu
- rust: nightly
- rust: nightly-2024-07-31 # LLVM 19 bug: https://github.com/rust-lang/rust/issues/129585
target: riscv64gc-unknown-linux-gnu
# TODO: cranelift doesn't support cfg(target_feature): https://github.com/rust-lang/rustc_codegen_cranelift/issues/1400
# - rust: nightly
Expand Down

0 comments on commit 5f75e18

Please sign in to comment.