From b0e0aea2ffca6611f60f9bd1b97370882ef2f125 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 4 Mar 2025 22:06:35 -0500 Subject: [PATCH] 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 b2bcfc838e2a4b72fa62b333e3eb91f250aa4539. [1]: https://github.com/rust-lang/rust/pull/137661 --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd1f6d532..1c367a2d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,7 @@ jobs: rust: nightly - target: aarch64-unknown-linux-gnu os: ubuntu-latest - # FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804 - rust: nightly-2025-02-07 + rust: nightly - target: aarch64-pc-windows-msvc os: windows-latest rust: nightly