Skip to content

Commit 3e11f8f

Browse files
committed
chore(ci): Disable broken aarch64 nightly temporarily in CI
See rust-lang/rust#128401
1 parent b6731a0 commit 3e11f8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
- target: riscv64gc-unknown-linux-gnu
6363
rust: nightly
6464
debug_info: off
65+
exclude:
66+
# https://github.com/rust-lang/rust/issues/128401
67+
- target: aarch64-unknown-linux-musl
68+
rust: nightly
6569
steps:
6670
- uses: actions/checkout@v4
6771
- name: Environment info

0 commit comments

Comments
 (0)