about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-02-19 15:26:07 -0500
committerTrevor Gross <t.gross35@gmail.com>2025-02-19 15:38:45 -0500
commitbade6290c8530005f06703a2bc2c4d595917c183 (patch)
tree3aa69079440863f83c8e279314443228853c07d3 /library
parent4517c7ea90372047d5fbc7d84fcbf69e512b38a1 (diff)
downloadrust-bade6290c8530005f06703a2bc2c4d595917c183.tar.gz
rust-bade6290c8530005f06703a2bc2c4d595917c183.zip
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
Diffstat (limited to 'library')
-rw-r--r--library/compiler-builtins/.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/compiler-builtins/.github/workflows/main.yml b/library/compiler-builtins/.github/workflows/main.yml
index 1575730fe63..c179a339127 100644
--- a/library/compiler-builtins/.github/workflows/main.yml
+++ b/library/compiler-builtins/.github/workflows/main.yml
@@ -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