ci: Pin the nightly toolchain for aarch64-unknown-linux-gnu
Pin aarch64-unknown-linux-gnu to nightly-2025-02-07 until [1] is resolved. [1]: https://github.com/llvm/llvm-project/issues/127804
This commit is contained in:
parent
4517c7ea90
commit
bade6290c8
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ jobs:
|
|||
rust: nightly
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
rust: nightly
|
||||
# FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804
|
||||
rust: nightly-2025-02-07
|
||||
- target: aarch64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
rust: nightly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue