Skip to content

Commit 191bc6d

Browse files
authored
Remove aarch64, arm, i386, ppc tests from C (AFLplusplus#3028)
1 parent ce5fd43 commit 191bc6d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_and_test.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,11 @@ jobs:
378378
- ./fuzzers/binary_only/qemu_coverage
379379
- ./fuzzers/binary_only/qemu_launcher
380380
arch:
381-
- aarch64
382-
- arm
383-
- i386
384-
- ppc
381+
# unless somebody pays us for the servers.
382+
# - aarch64
383+
# - arm
384+
# - i386
385+
# - ppc
385386
- x86_64
386387

387388
runs-on: [ self-hosted, qemu ]

0 commit comments

Comments
 (0)