Skip to content

Commit 17b0769

Browse files
committed
Disable armv7-unknown-linux-gnueabihf test target
1 parent 7618470 commit 17b0769

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ jobs:
147147
- x86_64-unknown-linux-gnu
148148
- i686-unknown-linux-gnu
149149
- aarch64-unknown-linux-gnu
150-
- armv7-unknown-linux-gnueabihf
150+
# Disabled because it fails in GitHub Actions:
151+
# `qemu: uncaught target signal 11 (Segmentation fault) - core dumped`
152+
# - armv7-unknown-linux-gnueabihf
151153
- riscv64gc-unknown-linux-gnu
152154
- s390x-unknown-linux-gnu
153155
exclude:

0 commit comments

Comments
 (0)