Skip to content

Commit 8daa566

Browse files
committedMar 5, 2025·
Revert "ci: Pin the nightly toolchain for aarch64-unknown-linux-gnu"
The fix to this issue was synced in [1] so we should no longer need to keep aarch64 pinned. This reverts commit b2bcfc8. [1]: rust-lang/rust#137661
1 parent b7b9310 commit 8daa566

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
rust: nightly
2121
- target: aarch64-unknown-linux-gnu
2222
os: ubuntu-latest
23-
# FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804
24-
rust: nightly-2025-02-07
23+
rust: nightly
2524
- target: aarch64-pc-windows-msvc
2625
os: windows-latest
2726
rust: nightly

0 commit comments

Comments
 (0)