Skip to content

Commit b2bcfc8

Browse files
committed
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]: llvm/llvm-project#127804
1 parent 88e83b9 commit b2bcfc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)