Remove aarch64, arm, i386, ppc tests from C (#3028)

This commit is contained in:
Dongjia "toka" Zhang 2025-02-27 15:47:10 +01:00 committed by GitHub
parent ce5fd435ea
commit 191bc6d12d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,10 +378,11 @@ jobs:
- ./fuzzers/binary_only/qemu_coverage
- ./fuzzers/binary_only/qemu_launcher
arch:
- aarch64
- arm
- i386
- ppc
# unless somebody pays us for the servers.
# - aarch64
# - arm
# - i386
# - ppc
- x86_64
runs-on: [ self-hosted, qemu ]