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:
Trevor Gross 2025-02-19 15:26:07 -05:00 committed by Trevor Gross
parent 4517c7ea90
commit bade6290c8

View file

@ -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