mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
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:
parent
b21ec0afac
commit
d8f84ef76c
Notes:
sideshowbarker
2024-07-17 11:30:54 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/d8f84ef76c Pull-request: https://github.com/SerenityOS/serenity/pull/22113
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue