Skip to content

Commit 682a668

Browse files
committed
ci.yml: disable armv6 tests
Upgrading run-on-arch-action to v3.0.0 fixed crashes in other-arch-build-and-test that were apparently caused by a QEMU bug, but there still remains a crash in the armv6 tests due to "Illegal instruction". It remains even if all the ARM-optimized code is disabled. Disable the armv6 tests for now.
1 parent 880fc3d commit 682a668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
strategy:
2727
matrix:
2828
include:
29-
- { arch: armv6, distro: bookworm, compiler: gcc }
30-
- { arch: armv6, distro: bookworm, compiler: clang }
29+
# - { arch: armv6, distro: bookworm, compiler: gcc }
30+
# - { arch: armv6, distro: bookworm, compiler: clang }
3131
- { arch: armv7, distro: bookworm, compiler: gcc }
3232
- { arch: armv7, distro: bookworm, compiler: clang }
3333
- { arch: aarch64, distro: bookworm, compiler: gcc }

0 commit comments

Comments
 (0)