diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-02-24 01:23:37 +0000 |
|---|---|---|
| committer | Trevor Gross <t.gross35@gmail.com> | 2025-02-23 21:10:11 -0500 |
| commit | c32bc8398a546c0346dbb3e563c8658d1d772349 (patch) | |
| tree | da38ebe9f6b91809dd246121b8025024e3c63502 | |
| parent | bd41642818aa2f1ba3dea5a2ee0358bef3cd8f92 (diff) | |
| download | rust-c32bc8398a546c0346dbb3e563c8658d1d772349.tar.gz rust-c32bc8398a546c0346dbb3e563c8658d1d772349.zip | |
ci: Pin the nightly toolchain for aarch64 jobs
Pin aarch64-unknown-linux-gnu and aarch64-apple-darwin to nightly-2025-02-07 until [1] makes it to a Rust nightly. [1]: https://github.com/llvm/llvm-project/issues/127804
| -rw-r--r-- | library/compiler-builtins/libm/.github/workflows/main.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/compiler-builtins/libm/.github/workflows/main.yaml b/library/compiler-builtins/libm/.github/workflows/main.yaml index f066f4a8c1f..e86f936f74f 100644 --- a/library/compiler-builtins/libm/.github/workflows/main.yaml +++ b/library/compiler-builtins/libm/.github/workflows/main.yaml @@ -22,8 +22,12 @@ jobs: include: - target: aarch64-apple-darwin os: macos-15 + # FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804 + channel: nightly-2025-02-07 - target: aarch64-unknown-linux-gnu os: ubuntu-24.04-arm + # FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804 + channel: nightly-2025-02-07 - target: aarch64-pc-windows-msvc os: windows-2025 build_only: 1 # Can't run on x86 hosts |
