CI: Disable running aarch64 tests in CI for now

These tests almost always fail, and all we do is try to boot. Disable it
for now until it can pass more reliably. Note we still compile aarch64,
so the build shouldn't break unnoticed.
This commit is contained in:
Timothy Flynn 2023-12-01 08:51:34 -05:00 committed by Tim Flynn
parent b21ec0afac
commit d8f84ef76c

View file

@ -237,7 +237,7 @@ jobs:
run: ninja install && ninja qemu-image
- name: Run On-Target Tests
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }}
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' && matrix.arch != 'aarch64' }}
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
env:
SERENITY_QEMU_CPU: "max,vmx=off"