We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc17dd commit a6517b2Copy full SHA for a6517b2
.github/workflows/test.yml
@@ -147,7 +147,9 @@ jobs:
147
- x86_64-unknown-linux-gnu
148
- i686-unknown-linux-gnu
149
- aarch64-unknown-linux-gnu
150
- - armv7-unknown-linux-gnueabihf
+ # Disabled because it fails in GitHub Actions:
151
+ # `qemu: uncaught target signal 11 (Segmentation fault) - core dumped`
152
+ # - armv7-unknown-linux-gnueabihf
153
- riscv64gc-unknown-linux-gnu
154
- s390x-unknown-linux-gnu
155
exclude:
0 commit comments