Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 36a9f98

Browse files
committed
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]: llvm/llvm-project#127804
1 parent 782628a commit 36a9f98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libm/.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
include:
2323
- target: aarch64-apple-darwin
2424
os: macos-15
25+
# FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804
26+
channel: nightly-2025-02-07
2527
- target: aarch64-unknown-linux-gnu
2628
os: ubuntu-24.04-arm
29+
# FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804
30+
channel: nightly-2025-02-07
2731
- target: aarch64-pc-windows-msvc
2832
os: windows-2025
2933
build_only: 1 # Can't run on x86 hosts

0 commit comments

Comments
 (0)