Skip to content

Commit

Permalink
ci: Pin the nightly toolchain for aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
Pin aarch64-unknown-linux-gnu to nightly-2025-02-07 until [1] is
resolved.

[1]: llvm/llvm-project#127804
  • Loading branch information
tgross35 committed Feb 19, 2025
1 parent 88e83b9 commit b2bcfc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2bcfc8

Please sign in to comment.